Detection Steps
val detectorStep = DocumentDetectorStep(Document.RG_FRONT)Parameter
Description
Default
Required
Last updated
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:
val detectorStep = DocumentDetectorStep(Document.RG_FRONT)setStepLabel(stepLabel: Int)
Sets the text shown at the bottom of the layout.
Defaults to the pattern for Document.
β
setIllustration(illustration: Int)
Sets the illustration displayed in the popup before capture.
Defaults to the pattern for Document.
β
showStepLabel(showStepLabel: Boolean)
Toggles the visibility of text at the top of the layout.
true
β
Last updated

