Class Specification
- java.lang.Object
-
- com.microblink.entities.detectors.quad.Specification
-
- Direct Known Subclasses:
MrtdSpecification
public abstract class Specification extends java.lang.Object
Base class for all specifications that can be used for detection.
-
-
Field Summary
Fields Modifier and Type Field Description protected long
mNativeContext
-
Constructor Summary
Constructors Modifier Constructor Description protected
Specification(long nativeContext, boolean ownNative)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
float
getPhysicalHeightInInches()
Returns physical height in inches of the detection location defined by this specification.protected abstract void
terminateNative(long nativeContext)
-
-
-
Method Detail
-
terminateNative
protected abstract void terminateNative(long nativeContext)
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
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.
-
-