Class MrtdSpecification
java.lang.Object
com.microblink.blinkinput.entities.detectors.quad.Specification
com.microblink.blinkinput.entities.detectors.quad.mrtd.MrtdSpecification
Class representing specification of MRTD (Machine Readable Travel Document) that can be detected with MRTDDetector.
-
Field Summary
Fields inherited from class com.microblink.blinkinput.entities.detectors.quad.Specification
mNativeContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MrtdSpecificationCreates a new MRTD (Machine Readable Travel Document) specification from the predefined preset.longprotected voidterminateNative(long nativeContext) Methods inherited from class com.microblink.blinkinput.entities.detectors.quad.Specification
finalize, getPhysicalHeightInInches
-
Constructor Details
-
MrtdSpecification
public MrtdSpecification(long nativeContext) Constructor from native object. For internal use only. For creating specification, please usecreateFromPreset(MrtdSpecificationPreset).- Parameters:
nativeContext- Pointer to native object.
-
-
Method Details
-
getNativeContext
public long getNativeContext() -
createFromPreset
Creates a new MRTD (Machine Readable Travel Document) specification from the predefined preset.- Parameters:
preset- Preset defining which MRTD detection settings should be used.- Returns:
- MRTD specification created from given preset
-
terminateNative
protected void terminateNative(long nativeContext) - Specified by:
terminateNativein classSpecification
-