ProofreaderOptions.Builder

  • ProofreaderOptions.Builder is a builder class for creating ProofreaderOptions objects.

  • The build() method creates a ProofreaderOptions object with the configured parameters.

  • The setInputType() method sets the input type for the proofreader options, with a default value of ProofreaderOptions.InputType.KEYBOARD.

  • The setLanguage() method sets the language for the proofreader options, with a default value of ProofreaderOptions.Language.ENGLISH.

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
abstract ProofreaderOptions.Builder

Inherited Method Summary

Public Methods

public abstract ProofreaderOptions build ()

Creates a ProofreaderOptions with the configured parameters.

public abstract ProofreaderOptions.Builder setInputType (int inputType)

public abstract ProofreaderOptions.Builder setLanguage (int language)