- getAllGraphicFields() - Method in class com.regula.sdk.DocumentReader
-
Use this method to receive all the graphic fields from MRZ detection results
- getAllTextFields() - Method in class com.regula.sdk.DocumentReader
-
Use this method to get all the text fields from parsed MRZ results
- getCode(int) - Static method in class com.regula.sdk.enums.MRZDetectorErrorCode
-
- getGraphicFieldByType(int) - Method in class com.regula.sdk.DocumentReader
-
Use this method to get selected graphic field from MRZ detection results (currently, only cropped MRZ area is available)
- getGraphicFieldTranslation(Context, int) - Static method in class com.regula.sdk.translation.TranslationUtil
-
Use this method, to get string representation of the specified field type
- getLibVersion() - Method in class com.regula.sdk.DocumentReader
-
Use this method to get Document reader's recognition engine version
- getRawResult() - Method in class com.regula.sdk.DocumentReader
-
Use this method to get "raw" MRZ detection result in XML format
- getSourceImage() - Method in class com.regula.sdk.DocumentReader
-
Use this method, to get video stream frame MRZ was detected and recognized on
- getTextFieldByType(int) - Method in class com.regula.sdk.DocumentReader
-
Use this method to get selected text field from MRZ detection parsed results.
- getTextFieldTranslation(Context, int) - Static method in class com.regula.sdk.translation.TranslationUtil
-
Use this method, to get string representation of the specified field type
- GraphicField - Class in com.regula.sdk.results
-
Class, contains fields, describing single graphic field of the document
- GraphicField() - Constructor for class com.regula.sdk.results.GraphicField
-