Class Processor.Result
java.lang.Object
com.microblink.blinkid.entities.Entity.Result
com.microblink.blinkid.entities.processors.Processor.Result
- All Implemented Interfaces:
android.os.Parcelable
- Direct Known Subclasses:
ImageReturnProcessor.Result
- Enclosing class:
- Processor<T extends Processor.Result>
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.microblink.blinkid.entities.Entity.Result
mOwner
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the state of the processor.protected final boolean
isEmpty()
Methods inherited from class com.microblink.blinkid.entities.Entity.Result
clone, describeContents, deserializeFromByteArray, finalize, getNativeContext, readFromParcel, serializeToByteArray, terminateNative, writeToParcel
-
Constructor Details
-
Result
protected Result(long nativeResult)
-
-
Method Details
-
getResultState
Returns the state of the processor.- Returns:
- the state of the processor.
-
isEmpty
protected final boolean isEmpty()- Specified by:
isEmpty
in classEntity.Result
-