Class RecognitionModeFilter
java.lang.Object
com.microblink.blinkid.entities.recognizers.blinkid.generic.RecognitionModeFilter
- All Implemented Interfaces:
android.os.Parcelable
RecognitionModeFilter is used to enable/disable recognition of specific document groups.
Setting is taken into account only if the right for that document is purchased.
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final android.os.Parcelable.Creator<RecognitionModeFilter>final booleanEnable scanning of barcode IDs.final booleanEnable full document recognition.final booleanEnable scanning of MRZ IDs.final booleanEnable scanning of Passport MRZ.final booleanEnable scanning of visa MRZ.final booleanEnable scanning of Photo ID.Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Constructor Summary
ConstructorsModifierConstructorDescriptionRecognitionModeFilter(boolean enableMrzId, boolean enableMrzVisa, boolean enableMrzPassport, boolean enablePhotoId, boolean enableBarcodeId, boolean enableFullDocumentRecognition) protectedRecognitionModeFilter(android.os.Parcel in) -
Method Summary
-
Field Details
-
enableMrzId
public final boolean enableMrzIdEnable scanning of MRZ IDs. Setting is taken into account only if the mrz_id right is purchased. -
enableMrzVisa
public final boolean enableMrzVisaEnable scanning of visa MRZ. Setting is taken into account only if the visa right is purchased. -
enableMrzPassport
public final boolean enableMrzPassportEnable scanning of Passport MRZ. Setting is taken into account only if the passport right is purchased. -
enablePhotoId
public final boolean enablePhotoIdEnable scanning of Photo ID. Setting is taken into account only if the photo_id right is purchased. -
enableBarcodeId
public final boolean enableBarcodeIdEnable scanning of barcode IDs. Setting is taken into account only if the barcode right to scan that barcode is purchased. -
enableFullDocumentRecognition
public final boolean enableFullDocumentRecognitionEnable full document recognition. Setting is taken into account only if the document right to scan that document is purchased. -
CREATOR
-
-
Constructor Details
-
RecognitionModeFilter
public RecognitionModeFilter() -
RecognitionModeFilter
public RecognitionModeFilter(boolean enableMrzId, boolean enableMrzVisa, boolean enableMrzPassport, boolean enablePhotoId, boolean enableBarcodeId, boolean enableFullDocumentRecognition) -
RecognitionModeFilter
protected RecognitionModeFilter(android.os.Parcel in)
-
-
Method Details
-
writeToParcel
public void writeToParcel(android.os.Parcel parcel, int i) - Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
describeContents
public int describeContents()- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-