Class Specification
java.lang.Object
com.microblink.blinkid.entities.detectors.quad.Specification
- Direct Known Subclasses:
MrtdSpecification
Base class for all specifications that can be used for detection.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
finalize()
float
Returns physical height in inches of the detection location defined by this specification.protected abstract void
terminateNative
(long nativeContext)
-
Field Details
-
mNativeContext
protected long mNativeContext
-
-
Constructor Details
-
Specification
protected Specification(long nativeContext, boolean ownNative)
-
-
Method Details
-
terminateNative
protected abstract void terminateNative(long nativeContext) -
finalize
-
getPhysicalHeightInInches
public float getPhysicalHeightInInches()Returns physical height in inches of the detection location defined by this specification.- Returns:
- physical height in inches of the detection location defined by this specification.
-