Class JsonMedicalCertificateUserGuidanceStrings
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class JsonMedicalCertificateUserGuidanceStrings implements Parcelable
Configuration for the hint values
-
-
Field Summary
Fields Modifier and Type Field Description private String
startScanning
private String
scanning
private String
energySaving
private String
capturing
private String
processing
private String
paused
-
Method Summary
Modifier and Type Method Description final String
getStartScanning()
Text that is shown on camera open. final Unit
setStartScanning(String startScanning)
Text that is shown on camera open. final String
getScanning()
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. final Unit
setScanning(String scanning)
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. final String
getEnergySaving()
Text text that is shown when energy saving is active. final Unit
setEnergySaving(String energySaving)
Text text that is shown when energy saving is active. final String
getCapturing()
Text that is shown when the camera snaps the image. final Unit
setCapturing(String capturing)
Text that is shown when the camera snaps the image. final String
getProcessing()
Text that is shown when the detector tries to detect the document from the snapped image. final Unit
setProcessing(String processing)
Text that is shown when the detector tries to detect the document from the snapped image. final String
getPaused()
Text that is shown when the detector is paused. final Unit
setPaused(String paused)
Text that is shown when the detector is paused. -
-
Method Detail
-
getStartScanning
final String getStartScanning()
Text that is shown on camera open.
-
setStartScanning
final Unit setStartScanning(String startScanning)
Text that is shown on camera open.
-
getScanning
final String getScanning()
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.
-
setScanning
final Unit setScanning(String scanning)
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.
-
getEnergySaving
final String getEnergySaving()
Text text that is shown when energy saving is active.
-
setEnergySaving
final Unit setEnergySaving(String energySaving)
Text text that is shown when energy saving is active.
-
getCapturing
final String getCapturing()
Text that is shown when the camera snaps the image.
-
setCapturing
final Unit setCapturing(String capturing)
Text that is shown when the camera snaps the image.
-
getProcessing
final String getProcessing()
Text that is shown when the detector tries to detect the document from the snapped image.
-
setProcessing
final Unit setProcessing(String processing)
Text that is shown when the detector tries to detect the document from the snapped image.
-
-
-
-