Page Summary
-
ProofreaderOptions.InputType is an annotation that defines the type of input.
-
The available input types are KEYBOARD, for text typed on a keyboard, and VOICE, for text produced by converting voice.
-
These constants are represented by integer values 1 and 2 respectively.
public static abstract @interface ProofreaderOptions.InputType implements Annotation
Defines the type of input.
Constant Summary
| int | KEYBOARD | The input is from keyboard typing. |
| int | VOICE | The input is produced through converting voice to text. |
Inherited Method Summary
Constants
public static final int KEYBOARD
The input is from keyboard typing.
Constant Value: 1
public static final int VOICE
The input is produced through converting voice to text.
Constant Value: 2