public static final class ParserGroupProcessor.Result extends Processor.Result
Processor.Result.State
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator |
CREATOR |
mOwner
Modifier | Constructor and Description |
---|---|
protected |
Result(long nativeResult) |
Modifier and Type | Method and Description |
---|---|
ParserGroupProcessor.Result |
clone()
Create a copy of the result.
|
protected void |
deserializeFromByteArray(byte[] arr) |
OcrResult |
getOcrResult()
Returns the raw OCR result that was used for parsing data.
|
protected byte[] |
serializeToByteArray() |
protected void |
terminateNative(long nativeContext) |
java.lang.String |
toString() |
getResultState, isEmpty
describeContents, finalize, getNativeContext, readFromParcel, writeToParcel
@Nullable public OcrResult getOcrResult()
@Nullable protected byte[] serializeToByteArray()
serializeToByteArray
in class Entity.Result
protected void deserializeFromByteArray(@NonNull byte[] arr)
deserializeFromByteArray
in class Entity.Result
protected void terminateNative(long nativeContext)
terminateNative
in class Entity.Result
@NonNull public ParserGroupProcessor.Result clone()
Entity.Result
clone
in class Entity.Result
@NonNull public java.lang.String toString()
toString
in class java.lang.Object