Class MrtdSpecification
java.lang.Object
com.microblink.blinkid.entities.detectors.quad.Specification
com.microblink.blinkid.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.blinkid.entities.detectors.quad.Specification
mNativeContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MrtdSpecification
Creates a new MRTD (Machine Readable Travel Document) specification from the predefined preset.long
protected void
terminateNative
(long nativeContext) Methods inherited from class com.microblink.blinkid.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:
terminateNative
in classSpecification
-