JsonMedicalCertificateUserGuidanceStrings

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

Configuration for the hint values

Constructors

constructor(startScanning: String?, scanning: String?, energySaving: String?, capturing: String?, processing: String?, paused: 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 is paused. iOS only.

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.