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, requiresLandscapeModedescribeContents, finalize, getNativeContext, getResult, nativeGetNativeResultContext, readFromParcelpublic 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 Entityprotected void deserializeNativeSettings(@NonNull
byte[] serializedSettings)
deserializeNativeSettings in class Entity@NonNull public SuccessFrameGrabberRecognizer clone()
EntityRecognizerRunnerView
or RecognizerRunner with the updated entity hierarchy.clone in class Recognizerpublic void consumeResultFrom(@NonNull
Entity other)
Entitycom.microblink.blinkbarcode.entities.recognizers.RecognizerBundle#loadFromIntent(Intent)
and similar methods to replace the result content of the saved entities with results that
have arrived over IntentconsumeResultFrom in class Entityother - Entity from which result should be consumed.public void writeToParcel(@NonNull
android.os.Parcel dest,
int i)
writeToParcel in interface android.os.ParcelablewriteToParcel in class Entity