public final class SuccessFrameGrabberRecognizer extends Recognizer
Modifier and Type | Class and Description |
---|---|
static class |
SuccessFrameGrabberRecognizer.Result |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator |
CREATOR |
Constructor and Description |
---|
SuccessFrameGrabberRecognizer(Recognizer recognizer) |
Modifier and Type | Method and Description |
---|---|
SuccessFrameGrabberRecognizer |
clone()
Create a copy of the entity.
|
void |
consumeResultFrom(Entity other)
Consume result from other entity.
|
protected void |
deserializeNativeSettings(byte[] serializedSettings) |
Recognizer |
getSlaveRecognizer() |
protected byte[] |
serializeNativeSettings() |
protected void |
terminateNative(long nativeContext) |
void |
writeToParcel(android.os.Parcel dest,
int i) |
getName, isExcludedFromPing, requiresAutofocus, requiresLandscapeMode
describeContents, finalize, getNativeContext, getResult, nativeGetNativeResultContext, readFromParcel
public SuccessFrameGrabberRecognizer(@NonNull Recognizer recognizer)
recognizer
- Recognizer that SuccessFrameGrabberRecognizer will watch.@NonNull public Recognizer getSlaveRecognizer()
protected void terminateNative(long nativeContext)
terminateNative
in class Entity
@Nullable protected byte[] serializeNativeSettings()
serializeNativeSettings
in class Entity
protected void deserializeNativeSettings(@NonNull byte[] serializedSettings)
deserializeNativeSettings
in class Entity
@NonNull public SuccessFrameGrabberRecognizer clone()
Entity
RecognizerRunnerView
or RecognizerRunner
with the updated entity hierarchy.clone
in class Recognizer
public void consumeResultFrom(@NonNull Entity other)
Entity
com.microblink.blinkinput.entities.recognizers.RecognizerBundle#loadFromIntent(Intent)
and similar methods to replace the result content of the saved entities with results that
have arrived over Intent
consumeResultFrom
in class Entity
other
- Entity from which result should be consumed.public void writeToParcel(@NonNull android.os.Parcel dest, int i)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class Entity