public static final class SuccessFrameGrabberRecognizer.Result extends Recognizer.Result
Recognizer.Result.State
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator |
CREATOR |
mOwner
Modifier | Constructor and Description |
---|---|
protected |
Result(long nativeResult,
Recognizer.Result slaveResult) |
Modifier and Type | Method and Description |
---|---|
SuccessFrameGrabberRecognizer.Result |
clone()
Create a copy of the result.
|
protected void |
deserializeFromByteArray(byte[] arr) |
Recognizer.Result |
getSlaveResult()
Returns the result of given recognizer.
|
Image |
getSuccessFrame()
Returns the camera frame image on which given recognizer's result has become valid.
|
protected byte[] |
serializeToByteArray() |
protected void |
terminateNative(long nativeContext) |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int i) |
getResultState, isEmpty
describeContents, finalize, getNativeContext, readFromParcel
protected Result(long nativeResult, @NonNull Recognizer.Result slaveResult)
@Nullable public Image getSuccessFrame()
@NonNull public Recognizer.Result getSlaveResult()
@NonNull public java.lang.String toString()
toString
in class java.lang.Object
@Nullable protected byte[] serializeToByteArray()
serializeToByteArray
in class Entity.Result
protected void deserializeFromByteArray(@NonNull byte[] arr)
deserializeFromByteArray
in class Entity.Result
@NonNull public SuccessFrameGrabberRecognizer.Result clone()
Entity.Result
clone
in class Recognizer.Result
protected void terminateNative(long nativeContext)
terminateNative
in class Entity.Result
public void writeToParcel(@NonNull android.os.Parcel dest, int i)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class Entity.Result