Document Data Extractor Guidance Configuration
data class DocumentDataExtractorGuidanceConfiguration(var visibility: Boolean = true, var title: StyledText = StyledText( text = "?documentUserGuidanceNoDocumentFound", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), var background: BackgroundStyle = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("?sbColorSurfaceLow", isArgb = false) ), var statesTitles: DocumentDataExtractorGuidanceStates = DocumentDataExtractorGuidanceStates( )) : Parcelable
Configuration of the hints guiding users through the document scanning process.
Constructors
Link copied to clipboard
constructor(visibility: Boolean = true, title: StyledText = StyledText( text = "?documentUserGuidanceNoDocumentFound", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), background: BackgroundStyle = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("?sbColorSurfaceLow", isArgb = false) ), statesTitles: DocumentDataExtractorGuidanceStates = DocumentDataExtractorGuidanceStates( ))
Properties
Link copied to clipboard
Configure the background style for the user guidance hints.
Link copied to clipboard
Configure the captions of the user guidance hints for different states.
Link copied to clipboard
Configure the text style for the user guidance hints.
Link copied to clipboard
Determines whether the user guidance hints should be visible (enabled).