public static final class DetectorRecognizer.Result extends TemplatingRecognizer.Result
Recognizer.Result.State| Modifier and Type | Field and Description | 
|---|---|
static android.os.Parcelable.Creator | 
CREATOR  | 
mOwner| Modifier and Type | Method and Description | 
|---|---|
DetectorRecognizer.Result | 
clone()
Create a copy of the result. 
 | 
protected void | 
deserializeFromByteArray(byte[] arr)  | 
protected int | 
getClassID(long nativeEntityContext)  | 
protected byte[] | 
serializeToByteArray()  | 
protected void | 
setNativeClass(long nativeEntityContext,
              int classID)  | 
protected void | 
terminateNative(long nativeContext)  | 
getTemplatingClass, readFromParcel, writeToParcelgetResultState, isEmptydescribeContents, finalize, getNativeContextprotected int getClassID(long nativeEntityContext)
getClassID in class TemplatingRecognizer.Resultprotected void setNativeClass(long nativeEntityContext,
                              int classID)
setNativeClass in class TemplatingRecognizer.Result@Nullable protected byte[] serializeToByteArray()
serializeToByteArray in class Entity.Resultprotected void deserializeFromByteArray(@NonNull
                                        byte[] arr)
deserializeFromByteArray in class Entity.Result@NonNull public DetectorRecognizer.Result clone()
Entity.Resultclone in class Recognizer.Resultprotected void terminateNative(long nativeContext)
terminateNative in class Entity.Result