-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum MultiPageImageCaptureScenario.ResourceType extends Enum<MultiPageImageCaptureScenario.ResourceType>
String resources for MultiPageImageCaptureScenario that should be shown according to the corresponding view control.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LOOKING_FOR_PAGE_TIPScreen message for automatic capture cases, shown when the camera should be brought closer to the document. I.e., "Looking for document."
MANUAL_CAPTURE_TIPScreen message for manual capture cases, shown when the camera is turned on and ready for manual capture. I.e., "Point camera at a document and make a photo."
PAGE_TITLEInterface source string, storing the page name to display in preview navigation bar. I.e., "Passport".
ADD_PAGE_TIPInterface source string, storing text to display on a button in case more images should be captured according to the scenario settings. I.e.: "Tap to add image of the third document page."
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
Methods inherited from class com.abbyy.mobile.uicomponents.scenario.MultiPageImageCaptureScenario.ResourceType
compareTo, equals, finalize, getDeclaringClass, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-