Class CheckUserGuidanceStrings
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class CheckUserGuidanceStrings implements Serializable
Configuration that helps to override default hint values.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
startScanning
private final String
scanning
private final String
capturing
private final String
processing
-
Constructor Summary
Constructors Constructor Description CheckUserGuidanceStrings(String startScanning, String scanning, String capturing, String processing)
-
Method Summary
Modifier and Type Method Description final String
getStartScanning()
final String
getScanning()
final String
getCapturing()
final String
getProcessing()
-
-
Constructor Detail
-
CheckUserGuidanceStrings
CheckUserGuidanceStrings(String startScanning, String scanning, String capturing, String processing)
- Parameters:
startScanning
-text that is shown on camera open.
scanning
-text that is shown when the camera is seeking for the Check on the visible area, shown after the first result from the recognizer.
capturing
-text that is shown when the camera snaps the image.
processing
-text that is shown when the recognizer tries to detect the Check from the snapped image.
-
-
Method Detail
-
getStartScanning
final String getStartScanning()
-
getScanning
final String getScanning()
-
getCapturing
final String getCapturing()
-
getProcessing
final String getProcessing()
-
-
-
-