public abstract static class Recognizer.Result extends Entity.Result
| Modifier and Type | Class and Description |
|---|---|
static class |
Recognizer.Result.State |
mOwner| Modifier | Constructor and Description |
|---|---|
protected |
Result(long nativeResult) |
| Modifier and Type | Method and Description |
|---|---|
abstract Recognizer.Result |
clone()
Create a copy of the result.
|
Recognizer.Result.State |
getResultState()
Returns the state of the recognizer.
|
protected boolean |
isEmpty() |
describeContents, deserializeFromByteArray, finalize, getNativeContext, readFromParcel, serializeToByteArray, terminateNative, writeToParcel@NonNull public abstract Recognizer.Result clone()
Entity.Resultclone in class Entity.Result@NonNull public Recognizer.Result.State getResultState()
protected final boolean isEmpty()
isEmpty in class Entity.Result