Class Processor.Result
- java.lang.Object
-
- com.microblink.entities.Entity.Result
-
- com.microblink.entities.processors.Processor.Result
-
- All Implemented Interfaces:
android.os.Parcelable
- Direct Known Subclasses:
ImageReturnProcessor.Result
- Enclosing class:
- Processor<T extends Processor.Result>
public abstract static class Processor.Result extends Entity.Result
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Processor.Result.State
-
Field Summary
-
Fields inherited from class com.microblink.entities.Entity.Result
mOwner
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Result(long nativeResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Processor.Result.State
getResultState()
Returns the state of the processor.protected boolean
isEmpty()
-
Methods inherited from class com.microblink.entities.Entity.Result
clone, describeContents, deserializeFromByteArray, finalize, getNativeContext, readFromParcel, serializeToByteArray, terminateNative, writeToParcel
-
-
-
-
Method Detail
-
getResultState
@NonNull public Processor.Result.State getResultState()
Returns the state of the processor.- Returns:
- the state of the processor.
-
isEmpty
protected final boolean isEmpty()
- Specified by:
isEmpty
in classEntity.Result
-
-