Document Scanner User Guidance
data class DocumentScannerUserGuidance(var visibility: UserGuidanceVisibility = UserGuidanceVisibility.ENABLED, var title: StyledText = StyledText( text = "?cameraUserGuidanceStart", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), var background: BackgroundStyle = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("?sbColorSurfaceHigh", isArgb = false) ), var statesTitles: UserGuidanceStates = UserGuidanceStates( )) : Parcelable
Configuration of the hints guiding users through the scanning process.
Constructors
Link copied to clipboard
constructor(visibility: UserGuidanceVisibility = UserGuidanceVisibility.ENABLED, title: StyledText = StyledText( text = "?cameraUserGuidanceStart", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), background: BackgroundStyle = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("?sbColorSurfaceHigh", isArgb = false) ), statesTitles: UserGuidanceStates = UserGuidanceStates( ))
Properties
Link copied to clipboard
Configure the background style for the user guidance hints.
Link copied to clipboard
Configure the titles 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 when the user guidance hints should be visible.