Class MrzFinderLayoutPreset
-
- All Implemented Interfaces:
-
android.os.Parcelable
public class MrzFinderLayoutPreset implements Parcelable
Source of the text for the MRZ finder example overlay.
-
-
Method Summary
Modifier and Type Method Description abstract String
get_type()
abstract MrzFinderLayoutPreset
clone()
abstract JSONObject
toJson(ToJsonConfiguration config)
final static MrzFinderLayoutPreset
invoke(Map<String, Object> source)
final static TwoLineMrzFinderLayoutPreset
twoLineMrzFinderLayoutPreset()
final static ThreeLineMrzFinderLayoutPreset
threeLineMrzFinderLayoutPreset()
final static NoLayoutPreset
noLayoutPreset()
-
-
Method Detail
-
clone
abstract MrzFinderLayoutPreset clone()
-
toJson
abstract JSONObject toJson(ToJsonConfiguration config)
-
invoke
final static MrzFinderLayoutPreset invoke(Map<String, Object> source)
-
twoLineMrzFinderLayoutPreset
final static TwoLineMrzFinderLayoutPreset twoLineMrzFinderLayoutPreset()
-
threeLineMrzFinderLayoutPreset
final static ThreeLineMrzFinderLayoutPreset threeLineMrzFinderLayoutPreset()
-
noLayoutPreset
final static NoLayoutPreset noLayoutPreset()
-
-
-
-