public abstract class RecognizerSettings
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
protected long |
mNativeContext
used for storing native RecognizerSettings class
|
| Modifier | Constructor and Description |
|---|---|
protected |
RecognizerSettings() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
protected void |
finalize() |
long |
getNativeContext()
Returns the pointer containing native part of the implementation.
|
boolean |
isEnabled() |
boolean |
requiresAutofocus()
Returns true if this recognizer requires camera with autofocus.
|
boolean |
requiresLandscapeMode()
Returns true if this recognizer works only in landscape mode.
|
void |
setEnabled(boolean enabled) |
protected long mNativeContext
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic long getNativeContext()
public boolean requiresAutofocus()
public boolean requiresLandscapeMode()
public void setEnabled(boolean enabled)
public boolean isEnabled()
public int describeContents()
describeContents in interface android.os.Parcelable