JsonCheckUserGuidanceStrings

data class JsonCheckUserGuidanceStrings(var startScanning: String?, var scanning: String?, var energySaving: String?, var capturing: String?, var processing: String?) : Parcelable

Configuration that helps to override default hint values.

Constructors

Link copied to clipboard
constructor(startScanning: String?, scanning: String?, energySaving: String?, capturing: String?, processing: String?)

Properties

Link copied to clipboard

Text that is shown when the camera snaps the image.

Link copied to clipboard

Text text that is shown when energy saving is active.

Link copied to clipboard

Text that is shown when the detector tries to detect the document from the snapped image.

Link copied to clipboard

Text text that is shown when the camera is seeking for the document on the visible area, shown after the first result from the detector.

Link copied to clipboard

Text that is shown on camera open.