ProofreaderOptions.InputType

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