public final class SimNumberRecognizer extends Recognizer
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SimNumberRecognizer.Result  | 
| Modifier and Type | Field and Description | 
|---|---|
static android.os.Parcelable.Creator | 
CREATOR  | 
| Constructor and Description | 
|---|
SimNumberRecognizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
SimNumberRecognizer | 
clone()
Create a copy of the entity. 
 | 
void | 
consumeResultFrom(Entity other)
Consume result from other entity. 
 | 
protected void | 
deserializeNativeSettings(byte[] serializedSettings)  | 
protected byte[] | 
serializeNativeSettings()  | 
protected void | 
terminateNative(long nativeContext)  | 
getName, isExcludedFromPing, requiresAutofocus, requiresLandscapeModedescribeContents, finalize, getNativeContext, getResult, nativeGetNativeResultContext, readFromParcel, writeToParcelprotected void terminateNative(long nativeContext)
terminateNative in class Entity@Nullable protected byte[] serializeNativeSettings()
serializeNativeSettings in class Entityprotected void deserializeNativeSettings(@NonNull
                                         byte[] serializedSettings)
deserializeNativeSettings in class Entitypublic SimNumberRecognizer clone()
EntityRecognizerRunnerView
 or RecognizerRunner with the updated entity hierarchy.clone in class Recognizerpublic void consumeResultFrom(@NonNull
                              Entity other)
Entitycom.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 IntentconsumeResultFrom in class Entityother - Entity from which result should be consumed.