AI-generated Key Takeaways
-
ProofreaderOptions.Builderis a builder class for creatingProofreaderOptionsobjects. -
The
build()method creates aProofreaderOptionsobject with the configured parameters. -
The
setInputType()method sets the input type for the proofreader options, with a default value ofProofreaderOptions.InputType.KEYBOARD. -
The
setLanguage()method sets the language for the proofreader options, with a default value ofProofreaderOptions.Language.ENGLISH.
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.