Detection Steps
To create a capture flow, you will need to create an array of DocumentDetectorStep
, where each element will be a capture step. To construct each DocumentDetectorStep
object, you can enter the following elements:
Parameter
Description
Default
Required
stepLabel: String?
Sets the text shown at the bottom of the layout.
Defaults to the pattern for Document
.
❌
illustration: UIImage?
Sets the illustration displayed in the popup before capture.
Defaults to the pattern for Document
.
❌
showStepLabel: Bool?
Toggles the visibility of text at the top of the layout.
true
❌
Last updated