Class BlinkIdMultiSideRecognizer
java.lang.Object
com.microblink.blinkid.entities.Entity<T>
com.microblink.blinkid.entities.recognizers.Recognizer<BlinkIdMultiSideRecognizer.Result>
com.microblink.blinkid.entities.recognizers.blinkid.generic.BlinkIdMultiSideRecognizer
- All Implemented Interfaces:
android.os.Parcelable
,CombinedRecognizer
,BarcodeScanningStartedCallbackOptions
,FaceImageDpiOptions
,FullDocumentImageDpiOptions
,SignatureImageDpiOptions
,EncodeFaceImageOptions
,EncodeFullDocumentImagesOptions
,EncodeSignatureImageOptions
,FullDocumentImageExtensionOptions
,FaceImageOptions
,FullDocumentImageOptions
,SignatureImageOptions
,ClassifierCallbackOptions
,JsonizableEntity
public final class BlinkIdMultiSideRecognizer
extends Recognizer<BlinkIdMultiSideRecognizer.Result>
implements CombinedRecognizer, FaceImageOptions, FaceImageDpiOptions, EncodeFaceImageOptions, FullDocumentImageOptions, FullDocumentImageDpiOptions, FullDocumentImageExtensionOptions, EncodeFullDocumentImagesOptions, SignatureImageOptions, SignatureImageDpiOptions, EncodeSignatureImageOptions, ClassifierCallbackOptions, BarcodeScanningStartedCallbackOptions
A generic recognizer which can scan front and back side of the document.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
Constants used for building JSON for the verification service, in case when result fields can be edited and/or inserted. -
Field Summary
Modifier and TypeFieldDescriptionstatic final android.os.Parcelable.Creator<BlinkIdMultiSideRecognizer>
Fields inherited from interface com.microblink.blinkid.entities.recognizers.blinkid.generic.BarcodeScanningStartedCallbackOptions
CLASS_NAME
Fields inherited from interface com.microblink.blinkid.entities.recognizers.classifier.ClassifierCallbackOptions
CLASS_NAME
Fields inherited from interface com.microblink.blinkid.entities.recognizers.blinkid.CombinedRecognizer
CLASS_NAME
Fields inherited from interface com.microblink.blinkid.entities.recognizers.blinkid.imageoptions.encode.EncodeFaceImageOptions
CLASS_NAME
Fields inherited from interface com.microblink.blinkid.entities.recognizers.blinkid.imageoptions.encode.EncodeFullDocumentImagesOptions
CLASS_NAME
Fields inherited from interface com.microblink.blinkid.entities.recognizers.blinkid.imageoptions.encode.EncodeSignatureImageOptions
CLASS_NAME
Fields inherited from interface com.microblink.blinkid.entities.recognizers.blinkid.imageoptions.FaceImageOptions
CLASS_NAME
Fields inherited from interface com.microblink.blinkid.entities.recognizers.blinkid.imageoptions.FullDocumentImageOptions
CLASS_NAME
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Fields inherited from interface com.microblink.blinkid.entities.recognizers.blinkid.imageoptions.SignatureImageOptions
CLASS_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Create a copy of the entity.void
consumeResultFrom
(Entity other) Consume result from other entity.protected void
deserializeNativeSettings
(byte[] serializedSettings) Returns additional anonymization settings.Redact specific fields based on requirements or laws regarding a specific document.Strictness level for blur detection.Getter for combined result which is associated with this multi-side recognizer.Get custom class rules.int
Returns the DPI (Dots Per Inch) for face image that should be returned.int
Returns the DPI (Dots Per Inch) for full document image that should be returned.Returns the extension factors for full document image.Strictness level for glare detection.int
Configure the number of characters per field that are allowed to be inconsistent in data match.float
Minimum required distance between the edge of the scanning frame and the document.Returns currently set recognition mode filter.int
Returns the DPI (Dots Per Inch) for signature image that should be returned.protected void
readFromParcel
(android.os.Parcel in) protected byte[]
void
setAdditionalAnonymization
(ClassAnonymizationSettings[] additionalAnonymization) Enable or disable recognition of specific document groups supported by the current license.void
setAllowBarcodeScanOnly
(boolean allowBarcodeScanOnly) This setting allows barcode recognition to proceed even if the initial extraction fails.void
setAllowUncertainFrontSideScan
(boolean allowUncertainFrontSideScan) Proceed to scan the back side of a document even if some of the validity checks have failed while scanning the front side of a document.void
setAllowUnparsedMrzResults
(boolean allowUnparsedMrzResults) Allow reading of non-standard MRZ (Machine Readable Zone).void
setAllowUnverifiedMrzResults
(boolean allowUnverifiedMrzResults) Allow reading of standard MRZ (Machine Readable Zone) which gets successfully parsed, but check digits are incorrect (do not comply with the ICAO standard).void
setAnonymizationMode
(AnonymizationMode anonymizationMode) Redact specific fields based on requirements or laws regarding a specific document.void
setBarcodeScanningStartedCallback
(BarcodeScanningStartedCallback barcodeScanningStartedCallback) Sets theBarcodeScanningStartedCallback
that will be invoked from the recognizer when barcode scanning step starts.void
setBlurStrictnessLevel
(StrictnessLevel blurStrictnessLevel) Strictness level for blur detection.void
setClassFilter
(ClassFilter classFilter) Sets theClassFilter
that can determine whether document should be processed or filtered out.void
setClassifierCallback
(ClassifierCallback classifierCallback) Sets theClassifierCallback
that will be invoked from the recognizer when document is classified.void
setCombineFrameResults
(boolean combineFrameResults) This setting enables the aggregation of data from multiple frames.void
setCustomClassRules
(CustomClassRules[] customClassRules) Define custom rules for specific document class.void
setDewarpedImageCallback
(DewarpedImageCallback dewarpedImageCallback) Sets theDewarpedImageCallback
that will receive dewarped document images.void
setEnableBlurFilter
(boolean enableBlurFilter) Skip processing of the blurred frames.void
setEnableGlareFilter
(boolean enableGlareFilter) Skip processing of the frames with glare.void
setEncodeFaceImage
(boolean encodeFaceImage) Sets whether face image from document should be encoded in JPEG format and written into the corresponding recognition result.void
setEncodeFullDocumentImage
(boolean encodeFullDocumentImage) Sets whether full document image should be encoded in JPEG format and written into the corresponding recognition result.void
setEncodeSignatureImage
(boolean encodeSignatureImage) Sets whether signature image from document should be encoded in JPEG format and written into the corresponding recognition result.void
setFaceImageDpi
(int desiredDPI) Sets desired DPI (Dots Per Inch) for face image that should be returned.void
setFullDocumentImageDpi
(int desiredDPI) Sets desired DPI (Dots Per Inch) for full document image that should be returned.void
setFullDocumentImageExtensionFactors
(ImageExtensionFactors fullDocumentImageExtensionFactors) Sets extension factors for full document image.void
setGlareStrictnessLevel
(StrictnessLevel glareStrictnessLevel) Strictness level for glare detection.void
setMaxAllowedMismatchesPerField
(int maxAllowedMismatchesPerField) Configure the number of characters per field that are allowed to be inconsistent in data match.void
setPaddingEdge
(float paddingEdge) Minimum required distance between the edge of the scanning frame and the document.void
setRecognitionModeFilter
(RecognitionModeFilter recognitionModeFilter) Enable or disable recognition of specific document groups supported by the current license.void
setReturnFaceImage
(boolean returnFaceImage) Sets whether face image from document should be available inFaceImageResult
.void
setReturnFullDocumentImage
(boolean returnFullDocumentImage) Sets whether full document image should be available inFullDocumentImageResult
.void
setReturnSignatureImage
(boolean returnSignatureImage) Sets whether signature image should be available inSignatureImageResult
.void
setSaveCameraFrames
(boolean saveCameraFrames) Save the raw camera frames at the moment of the data extraction or timeout.void
setScanCroppedDocumentImage
(boolean scanCroppedDocumentImage) Process only cropped document images with corrected perspective (frontal images of a document).void
setSignatureImageDpi
(int desiredDPI) Sets desired DPI (Dots Per Inch) for signature image that should be returned.void
setSkipUnsupportedBack
(boolean skipUnsupportedBack) Back side of the document will not be scanned if only the front side is supported for a specific document.void
setValidateResultCharacters
(boolean validateResultCharacters) Allow only results containing expected characters for a given field.boolean
This setting allows barcode recognition to proceed even if the initial extraction fails.boolean
Proceed to scan the back side of a document even if some of the validity checks have failed while scanning the front side of a document.boolean
Allow reading of non-standard MRZ (Machine Readable Zone).boolean
Allow reading of standard MRZ (Machine Readable Zone) which gets successfully parsed, but check digits are incorrect (do not comply with the ICAO standard).boolean
This setting enables the aggregation of data from multiple frames.boolean
Skip processing of the blurred frames.boolean
Skip processing of the frames with glare.boolean
Returns whether encoding of face image from document and writing it into the recognition result is enabled.boolean
Returns whether encoding of full document images and writing them into the recognition result is enabled.boolean
Returns whether encoding of signature image and writing it into the recognition result is enabled.boolean
Returns whether face image will be available inFaceImageResult
.boolean
Returns whether full document image will be available inFullDocumentImageResult
.boolean
Returns whether signature image will be available inSignatureImageResult
.boolean
Save the raw camera frames at the moment of the data extraction or timeout.boolean
Process only cropped document images with corrected perspective (frontal images of a document).boolean
Back side of the document will not be scanned if only the front side is supported for a specific document.boolean
Allow only results containing expected characters for a given field.protected void
terminateNative
(long nativeContext) void
writeToParcel
(android.os.Parcel dest, int flags) Methods inherited from class com.microblink.blinkid.entities.recognizers.Recognizer
getName, isExcludedFromPing, requiresAutofocus, requiresLandscapeMode, signedJsonNativeGet, toSignedJson
Methods inherited from class com.microblink.blinkid.entities.Entity
describeContents, finalize, getNativeContext, getResult, nativeGetNativeResultContext
-
Field Details
-
CREATOR
-
-
Constructor Details
-
BlinkIdMultiSideRecognizer
public BlinkIdMultiSideRecognizer()
-
-
Method Details
-
setReturnFaceImage
public void setReturnFaceImage(boolean returnFaceImage) Description copied from interface:FaceImageOptions
Sets whether face image from document should be available inFaceImageResult
. If enabled, get image usingFaceImageResult.getFaceImage()
By default, this is set to 'false'. IMPORTANT NOTE: If you setMicroblinkSDK.setIntentDataTransferMode(com.microblink.blinkid.intent.IntentDataTransferMode)
toIntentDataTransferMode.STANDARD
recognizer which contains encoded image cannot be parcelized and passed byIntent
extras because of Android limitations on intent extras size. If you are using one of the provided scan activities and expect receiving scan results inActivity.onActivityResult(int, int, android.content.Intent)
method use eitherIntentDataTransferMode.OPTIMISED
orIntentDataTransferMode.PERSISTED_OPTIMISED
- Specified by:
setReturnFaceImage
in interfaceFaceImageOptions
- Parameters:
returnFaceImage
- whether face image will be available inFaceImageResult
.
-
shouldReturnFaceImage
public boolean shouldReturnFaceImage()Description copied from interface:FaceImageOptions
Returns whether face image will be available inFaceImageResult
. By default, this is set to 'false'.- Specified by:
shouldReturnFaceImage
in interfaceFaceImageOptions
- Returns:
- whether face image will be available in
FaceImageResult
.
-
setValidateResultCharacters
public void setValidateResultCharacters(boolean validateResultCharacters) Allow only results containing expected characters for a given field. Each field is validated against a set of rules. All fields have to be successfully validated in order for a recognizer state to becom.microblink.blinkid.recognition.RecognitionSuccessType.SUCCESSFUL
. Setting is used to improve scanning accuracy. By default, this is set to 'true'. -
shouldValidateResultCharacters
public boolean shouldValidateResultCharacters()Allow only results containing expected characters for a given field. Each field is validated against a set of rules. All fields have to be successfully validated in order for a recognizer state to becom.microblink.blinkid.recognition.RecognitionSuccessType.SUCCESSFUL
. Setting is used to improve scanning accuracy. By default, this is set to 'true'. -
setCombineFrameResults
public void setCombineFrameResults(boolean combineFrameResults) This setting enables the aggregation of data from multiple frames. Disabling this setting will yield higher-quality captured images, but it may slow down the scanning process due to the additional effort required to find the optimal frame. Enabling this setting will simplify the extraction process, but the extracted data will be aggregated from multiple frames instead of being sourced from a single frame. By default, this is set to 'true'. -
shouldCombineFrameResults
public boolean shouldCombineFrameResults()This setting enables the aggregation of data from multiple frames. Disabling this setting will yield higher-quality captured images, but it may slow down the scanning process due to the additional effort required to find the optimal frame. Enabling this setting will simplify the extraction process, but the extracted data will be aggregated from multiple frames instead of being sourced from a single frame. By default, this is set to 'true'. -
setScanCroppedDocumentImage
public void setScanCroppedDocumentImage(boolean scanCroppedDocumentImage) Process only cropped document images with corrected perspective (frontal images of a document). This only applies to still images - video feed will ignore this setting. By default, this is set to 'false'. -
shouldScanCroppedDocumentImage
public boolean shouldScanCroppedDocumentImage()Process only cropped document images with corrected perspective (frontal images of a document). This only applies to still images - video feed will ignore this setting. By default, this is set to 'false'. -
setSaveCameraFrames
public void setSaveCameraFrames(boolean saveCameraFrames) Save the raw camera frames at the moment of the data extraction or timeout. This significantly increases memory consumption. The scanning performance is not affected. By default, this is set to 'false'. -
shouldSaveCameraFrames
public boolean shouldSaveCameraFrames()Save the raw camera frames at the moment of the data extraction or timeout. This significantly increases memory consumption. The scanning performance is not affected. By default, this is set to 'false'. -
setEncodeFullDocumentImage
public void setEncodeFullDocumentImage(boolean encodeFullDocumentImage) Description copied from interface:EncodeFullDocumentImagesOptions
Sets whether full document image should be encoded in JPEG format and written into the corresponding recognition result. By default, this is set to 'false'.
IMPORTANT NOTE: If you setMicroblinkSDK.setIntentDataTransferMode(com.microblink.blinkid.intent.IntentDataTransferMode)
toIntentDataTransferMode.STANDARD
recognizer which contains encoded image cannot be parcelized and passed byIntent
extras because of Android limitations on intent extras size. If you are using one of the provided scan activities and expect receiving scan results inActivity.onActivityResult(int, int, Intent)
method use eitherIntentDataTransferMode.OPTIMISED
orIntentDataTransferMode.PERSISTED_OPTIMISED
- Specified by:
setEncodeFullDocumentImage
in interfaceEncodeFullDocumentImagesOptions
- Parameters:
encodeFullDocumentImage
- whether full document images should be encoded in JPEG format and written into the corresponding recognition result.
-
shouldEncodeFullDocumentImage
public boolean shouldEncodeFullDocumentImage()Description copied from interface:EncodeFullDocumentImagesOptions
Returns whether encoding of full document images and writing them into the recognition result is enabled. By default, this is set to 'false'.- Specified by:
shouldEncodeFullDocumentImage
in interfaceEncodeFullDocumentImagesOptions
- Returns:
- whether encoding of full document images and writing them into the recognition result is enabled.
-
setAllowUnverifiedMrzResults
public void setAllowUnverifiedMrzResults(boolean allowUnverifiedMrzResults) Allow reading of standard MRZ (Machine Readable Zone) which gets successfully parsed, but check digits are incorrect (do not comply with the ICAO standard). Final recognizer state is not affected. By default, this is set to 'true'. -
shouldAllowUnverifiedMrzResults
public boolean shouldAllowUnverifiedMrzResults()Allow reading of standard MRZ (Machine Readable Zone) which gets successfully parsed, but check digits are incorrect (do not comply with the ICAO standard). Final recognizer state is not affected. By default, this is set to 'true'. -
setEncodeFaceImage
public void setEncodeFaceImage(boolean encodeFaceImage) Description copied from interface:EncodeFaceImageOptions
Sets whether face image from document should be encoded in JPEG format and written into the corresponding recognition result. By default, this is set to 'false'.
IMPORTANT NOTE: If you setMicroblinkSDK.setIntentDataTransferMode(com.microblink.blinkid.intent.IntentDataTransferMode)
toIntentDataTransferMode.STANDARD
recognizer which contains encoded image cannot be parcelized and passed byIntent
extras because of Android limitations on intent extras size. If you are using one of the provided scan activities and expect receiving scan results inActivity.onActivityResult(int, int, android.content.Intent)
method use eitherIntentDataTransferMode.OPTIMISED
orIntentDataTransferMode.PERSISTED_OPTIMISED
- Specified by:
setEncodeFaceImage
in interfaceEncodeFaceImageOptions
- Parameters:
encodeFaceImage
- whether face image should be encoded in JPEG format and written into the corresponding recognition result.
-
shouldEncodeFaceImage
public boolean shouldEncodeFaceImage()Description copied from interface:EncodeFaceImageOptions
Returns whether encoding of face image from document and writing it into the recognition result is enabled. By default, this is set to 'false'.- Specified by:
shouldEncodeFaceImage
in interfaceEncodeFaceImageOptions
- Returns:
- whether encoding of face image from document and writing it into the recognition result is enabled.
-
setReturnSignatureImage
public void setReturnSignatureImage(boolean returnSignatureImage) Description copied from interface:SignatureImageOptions
Sets whether signature image should be available inSignatureImageResult
. If enabled, get image usingSignatureImageResult.getSignatureImage()
By default, this is set to 'false'. IMPORTANT NOTE: If you setMicroblinkSDK.setIntentDataTransferMode(com.microblink.blinkid.intent.IntentDataTransferMode)
toIntentDataTransferMode.STANDARD
recognizer which contains encoded image cannot be parcelized and passed byIntent
extras because of Android limitations on intent extras size. If you are using one of the provided scan activities and expect receiving scan results inActivity.onActivityResult(int, int, android.content.Intent)
method use eitherIntentDataTransferMode.OPTIMISED
orIntentDataTransferMode.PERSISTED_OPTIMISED
- Specified by:
setReturnSignatureImage
in interfaceSignatureImageOptions
- Parameters:
returnSignatureImage
- whether signature image will be available inSignatureImageResult
.
-
shouldReturnSignatureImage
public boolean shouldReturnSignatureImage()Description copied from interface:SignatureImageOptions
Returns whether signature image will be available inSignatureImageResult
. By default, this is set to 'false'.- Specified by:
shouldReturnSignatureImage
in interfaceSignatureImageOptions
- Returns:
- whether signature image will be available in
SignatureImageResult
.
-
setPaddingEdge
public void setPaddingEdge(@FloatRange(from=0.0,to=1.0) float paddingEdge) Minimum required distance between the edge of the scanning frame and the document. Defined as a percentage of the frame width. By default, this is set to '0.0' in which case the padding edge and the image edge are the same. Alternative recommended value is 0.02f. -
getPaddingEdge
@FloatRange(from=0.0, to=1.0) public float getPaddingEdge()Minimum required distance between the edge of the scanning frame and the document. Defined as a percentage of the frame width. By default, this is set to '0.0' in which case the padding edge and the image edge are the same. Alternative recommended value is 0.02f. -
setBlurStrictnessLevel
Strictness level for blur detection. By default, this is set to 'Normal' -
getBlurStrictnessLevel
Strictness level for blur detection. By default, this is set to 'Normal' -
setEncodeSignatureImage
public void setEncodeSignatureImage(boolean encodeSignatureImage) Description copied from interface:EncodeSignatureImageOptions
Sets whether signature image from document should be encoded in JPEG format and written into the corresponding recognition result. By default, this is set to 'false'.
IMPORTANT NOTE: If you setMicroblinkSDK.setIntentDataTransferMode(com.microblink.blinkid.intent.IntentDataTransferMode)
toIntentDataTransferMode.STANDARD
recognizer which contains encoded image cannot be parcelized and passed byIntent
extras because of Android limitations on intent extras size. If you are using one of the provided scan activities and expect receiving scan results inActivity.onActivityResult(int, int, android.content.Intent)
method use eitherIntentDataTransferMode.OPTIMISED
orIntentDataTransferMode.PERSISTED_OPTIMISED
- Specified by:
setEncodeSignatureImage
in interfaceEncodeSignatureImageOptions
- Parameters:
encodeSignatureImage
- whether signature image should be encoded in JPEG format and written into the corresponding recognition result.
-
shouldEncodeSignatureImage
public boolean shouldEncodeSignatureImage()Description copied from interface:EncodeSignatureImageOptions
Returns whether encoding of signature image and writing it into the recognition result is enabled. By default, this is set to 'false'.- Specified by:
shouldEncodeSignatureImage
in interfaceEncodeSignatureImageOptions
- Returns:
- whether encoding of signature image and writing it into the recognition result is enabled.
-
setMaxAllowedMismatchesPerField
public void setMaxAllowedMismatchesPerField(@IntRange(from=0L) int maxAllowedMismatchesPerField) Configure the number of characters per field that are allowed to be inconsistent in data match. By default, this is set to '0'. -
getMaxAllowedMismatchesPerField
@IntRange(from=0L) public int getMaxAllowedMismatchesPerField()Configure the number of characters per field that are allowed to be inconsistent in data match. By default, this is set to '0'. -
setReturnFullDocumentImage
public void setReturnFullDocumentImage(boolean returnFullDocumentImage) Description copied from interface:FullDocumentImageOptions
Sets whether full document image should be available inFullDocumentImageResult
. If enabled, get image usingFullDocumentImageResult.getFullDocumentImage()
By default, this is set to 'false'. IMPORTANT NOTE: If you setMicroblinkSDK.setIntentDataTransferMode(com.microblink.blinkid.intent.IntentDataTransferMode)
toIntentDataTransferMode.STANDARD
recognizer which contains encoded image cannot be parcelized and passed byIntent
extras because of Android limitations on intent extras size. If you are using one of the provided scan activities and expect receiving scan results inActivity.onActivityResult(int, int, android.content.Intent)
method use eitherIntentDataTransferMode.OPTIMISED
orIntentDataTransferMode.PERSISTED_OPTIMISED
By default, this is set to 'false'- Specified by:
setReturnFullDocumentImage
in interfaceFullDocumentImageOptions
- Parameters:
returnFullDocumentImage
- whether full document image will be available inFullDocumentImageResult
.
-
shouldReturnFullDocumentImage
public boolean shouldReturnFullDocumentImage()Description copied from interface:FullDocumentImageOptions
Returns whether full document image will be available inFullDocumentImageResult
. By default, this is set to 'false'. By default, this is set to 'false'- Specified by:
shouldReturnFullDocumentImage
in interfaceFullDocumentImageOptions
- Returns:
- whether full document image will be available in
FullDocumentImageResult
.
-
setAllowUncertainFrontSideScan
public void setAllowUncertainFrontSideScan(boolean allowUncertainFrontSideScan) Proceed to scan the back side of a document even if some of the validity checks have failed while scanning the front side of a document. This only works for still images - video feeds will ignore this setting. By default, this is set to 'false'. -
shouldAllowUncertainFrontSideScan
public boolean shouldAllowUncertainFrontSideScan()Proceed to scan the back side of a document even if some of the validity checks have failed while scanning the front side of a document. This only works for still images - video feeds will ignore this setting. By default, this is set to 'false'. -
setAllowBarcodeScanOnly
public void setAllowBarcodeScanOnly(boolean allowBarcodeScanOnly) This setting allows barcode recognition to proceed even if the initial extraction fails. If the barcode recognition is successful, the recognizer will still end in a valid state. This setting is applicable only to photo frames. For multi-side recognizers, it is permitted only for the back side. By default, this is set to 'false'. -
shouldAllowBarcodeScanOnly
public boolean shouldAllowBarcodeScanOnly()This setting allows barcode recognition to proceed even if the initial extraction fails. If the barcode recognition is successful, the recognizer will still end in a valid state. This setting is applicable only to photo frames. For multi-side recognizers, it is permitted only for the back side. By default, this is set to 'false'. -
setAllowUnparsedMrzResults
public void setAllowUnparsedMrzResults(boolean allowUnparsedMrzResults) Allow reading of non-standard MRZ (Machine Readable Zone). Only raw MRZ result is returned. Final recognizer state is not affected. By default, this is set to 'false'. -
shouldAllowUnparsedMrzResults
public boolean shouldAllowUnparsedMrzResults()Allow reading of non-standard MRZ (Machine Readable Zone). Only raw MRZ result is returned. Final recognizer state is not affected. By default, this is set to 'false'. -
setGlareStrictnessLevel
Strictness level for glare detection. By default, this is set to 'Normal' -
getGlareStrictnessLevel
Strictness level for glare detection. By default, this is set to 'Normal' -
setEnableGlareFilter
public void setEnableGlareFilter(boolean enableGlareFilter) Skip processing of the frames with glare. By default, this is set to 'true' -
shouldEnableGlareFilter
public boolean shouldEnableGlareFilter()Skip processing of the frames with glare. By default, this is set to 'true' -
setAnonymizationMode
Redact specific fields based on requirements or laws regarding a specific document. Data can be redacted from the image, the result or both. The setting applies to certain documents only. By default, this is set to 'FullResult'. -
getAnonymizationMode
Redact specific fields based on requirements or laws regarding a specific document. Data can be redacted from the image, the result or both. The setting applies to certain documents only. By default, this is set to 'FullResult'. -
setEnableBlurFilter
public void setEnableBlurFilter(boolean enableBlurFilter) Skip processing of the blurred frames. By default, this is set to 'true' -
shouldEnableBlurFilter
public boolean shouldEnableBlurFilter()Skip processing of the blurred frames. By default, this is set to 'true' -
setSkipUnsupportedBack
public void setSkipUnsupportedBack(boolean skipUnsupportedBack) Back side of the document will not be scanned if only the front side is supported for a specific document. If set to false, a photo of the back side will be returned, as well as barcode or MRZ (Machine Readable Zone) if either is present. By default, this is set to 'false'. -
shouldSkipUnsupportedBack
public boolean shouldSkipUnsupportedBack()Back side of the document will not be scanned if only the front side is supported for a specific document. If set to false, a photo of the back side will be returned, as well as barcode or MRZ (Machine Readable Zone) if either is present. By default, this is set to 'false'. -
getFaceImageDpi
public int getFaceImageDpi()Returns the DPI (Dots Per Inch) for face image that should be returned. By default, this is set to '250'.- Specified by:
getFaceImageDpi
in interfaceFaceImageDpiOptions
- Returns:
- DPI for face image that should be returned.
-
setFaceImageDpi
public void setFaceImageDpi(@IntRange(from=100L,to=400L) int desiredDPI) Sets desired DPI (Dots Per Inch) for face image that should be returned. By default, this is set to '250'.- Specified by:
setFaceImageDpi
in interfaceFaceImageDpiOptions
- Parameters:
desiredDPI
- desired DPI in range [100, 400]
-
getFullDocumentImageDpi
public int getFullDocumentImageDpi()Returns the DPI (Dots Per Inch) for full document image that should be returned. By default, this is set to '250'.- Specified by:
getFullDocumentImageDpi
in interfaceFullDocumentImageDpiOptions
- Returns:
- DPI for full document image that should be returned.
-
setFullDocumentImageDpi
public void setFullDocumentImageDpi(@IntRange(from=100L,to=400L) int desiredDPI) Sets desired DPI (Dots Per Inch) for full document image that should be returned. By default, this is set to '250'.- Specified by:
setFullDocumentImageDpi
in interfaceFullDocumentImageDpiOptions
- Parameters:
desiredDPI
- desired DPI in range [100, 400]
-
setFullDocumentImageExtensionFactors
public void setFullDocumentImageExtensionFactors(@NonNull ImageExtensionFactors fullDocumentImageExtensionFactors) Sets extension factors for full document image. By default, this is set to '[0.0, 0.0, 0.0, 0.0]'.- Specified by:
setFullDocumentImageExtensionFactors
in interfaceFullDocumentImageExtensionOptions
- Parameters:
fullDocumentImageExtensionFactors
- extension factors for full document image.
-
getFullDocumentImageExtensionFactors
Returns the extension factors for full document image. By default, this is set to '[0.0, 0.0, 0.0, 0.0]'.- Specified by:
getFullDocumentImageExtensionFactors
in interfaceFullDocumentImageExtensionOptions
- Returns:
- extension factors for full document image.
-
getSignatureImageDpi
public int getSignatureImageDpi()Returns the DPI (Dots Per Inch) for signature image that should be returned. By default, this is set to '250'.- Specified by:
getSignatureImageDpi
in interfaceSignatureImageDpiOptions
- Returns:
- DPI for signature image that should be returned.
-
setSignatureImageDpi
public void setSignatureImageDpi(@IntRange(from=100L,to=400L) int desiredDPI) Sets desired DPI (Dots Per Inch) for signature image that should be returned. By default, this is set to '250'.- Specified by:
setSignatureImageDpi
in interfaceSignatureImageDpiOptions
- Parameters:
desiredDPI
- desired DPI in range [100, 400]
-
setRecognitionModeFilter
Enable or disable recognition of specific document groups supported by the current license. By default, this is set to '[true, true, true, true, true, true]'. -
getRecognitionModeFilter
Returns currently set recognition mode filter. By default, this is set to 'all modes are enabled'. -
setAdditionalAnonymization
public void setAdditionalAnonymization(@NonNull ClassAnonymizationSettings[] additionalAnonymization) Enable or disable recognition of specific document groups supported by the current license. By default, this is set to '[]'. -
getAdditionalAnonymization
Returns additional anonymization settings. By default, this is set to '[]'. -
setCustomClassRules
Define custom rules for specific document class. The new class rules will be a combination of our internal and user-defined rules. The more detailed class filter will have priority over the other. By default, this is set to '[]'.- Parameters:
customClassRules
- Array of custom class rules.
-
getCustomClassRules
Get custom class rules.- Returns:
- Array of custom class rules. By default, this is set to '[]'.
-
setDewarpedImageCallback
Sets theDewarpedImageCallback
that will receive dewarped document images.- Parameters:
dewarpedImageCallback
-DewarpedImageCallback
that will receive dewarped document images.
-
setClassifierCallback
Sets theClassifierCallback
that will be invoked from the recognizer when document is classified.- Specified by:
setClassifierCallback
in interfaceClassifierCallbackOptions
- Parameters:
classifierCallback
-ClassifierCallback
that will be invoked from the recognizer when document is classified.
-
setBarcodeScanningStartedCallback
public void setBarcodeScanningStartedCallback(@Nullable BarcodeScanningStartedCallback barcodeScanningStartedCallback) Description copied from interface:BarcodeScanningStartedCallbackOptions
Sets theBarcodeScanningStartedCallback
that will be invoked from the recognizer when barcode scanning step starts.- Specified by:
setBarcodeScanningStartedCallback
in interfaceBarcodeScanningStartedCallbackOptions
- Parameters:
barcodeScanningStartedCallback
-BarcodeScanningStartedCallback
that will be invoked from the recognizer when barcode scanning step starts.
-
setClassFilter
Sets theClassFilter
that can determine whether document should be processed or filtered out.- Parameters:
classFilter
-ClassFilter
that can determine whether document should be processed or filtered out or null to allow processing of all documents.
-
getCombinedResult
Getter for combined result which is associated with this multi-side recognizer.- Specified by:
getCombinedResult
in interfaceCombinedRecognizer
- Returns:
- combined result which is associated with this multi-side recognizer.
-
writeToParcel
public void writeToParcel(@NonNull android.os.Parcel dest, int flags) - Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
- Overrides:
writeToParcel
in classEntity<BlinkIdMultiSideRecognizer.Result>
-
readFromParcel
protected void readFromParcel(@NonNull android.os.Parcel in) - Overrides:
readFromParcel
in classEntity<BlinkIdMultiSideRecognizer.Result>
-
terminateNative
protected void terminateNative(long nativeContext) - Specified by:
terminateNative
in classEntity<BlinkIdMultiSideRecognizer.Result>
-
serializeNativeSettings
@Nullable protected byte[] serializeNativeSettings()- Specified by:
serializeNativeSettings
in classEntity<BlinkIdMultiSideRecognizer.Result>
-
deserializeNativeSettings
protected void deserializeNativeSettings(@NonNull byte[] serializedSettings) - Specified by:
deserializeNativeSettings
in classEntity<BlinkIdMultiSideRecognizer.Result>
-
clone
Description copied from class:Entity
Create a copy of the entity. This is required if properties of the entity must be modified while background thread performs processing. In order to avoid race conditions, changing properties is not allowed while entity is used in background processing. However, you are able to make a copy of the entity, change properties of it and then update theRecognizerRunnerView
orRecognizerRunner
with the updated entity hierarchy.- Specified by:
clone
in classRecognizer<BlinkIdMultiSideRecognizer.Result>
- Returns:
- a copy of the entity
-
consumeResultFrom
Description copied from class:Entity
Consume result from other entity. The result from other will be put instead current result of this entity. This method is used insideBaseIntentTransferable.loadFromIntent(Intent)
and similar methods to replace the result content of the saved entities with results that have arrived overIntent
- Specified by:
consumeResultFrom
in classEntity<BlinkIdMultiSideRecognizer.Result>
- Parameters:
other
- Entity from which result should be consumed.
-