public static abstract class ProofreaderOptions.Builder extends Object
Builder class for ProofreaderOptions
objects.
Public Method Summary
abstract ProofreaderOptions |
build()
Creates a
ProofreaderOptions with the configured parameters.
|
abstract ProofreaderOptions.Builder |
setInputType(int inputType)
Sets the
ProofreaderOptions.InputType .
|
abstract ProofreaderOptions.Builder |
setLanguage(int language)
Sets the
ProofreaderOptions.Language .
|
Inherited Method Summary
Public Methods
public abstract ProofreaderOptions build ()
Creates a ProofreaderOptions
with the configured parameters.
public abstract ProofreaderOptions.Builder setInputType (int inputType)
Sets the
ProofreaderOptions.InputType
.
The default value is
ProofreaderOptions.InputType.KEYBOARD
.
public abstract ProofreaderOptions.Builder setLanguage (int language)
Sets the
ProofreaderOptions.Language
.
The default value is
ProofreaderOptions.Language.ENGLISH
.