AI-generated Key Takeaways
-
ProofreaderOptions is an abstract class providing options for Proofreader.
-
It includes nested classes for building options, defining input types, and listing supported languages.
-
A static builder method is available to create new ProofreaderOptions.Builder instances.
public abstract class ProofreaderOptions extends Object
Options for Proofreader.
Nested Class Summary
| class | ProofreaderOptions.Builder | Builder class for ProofreaderOptions
objects. |
|
| @interface | ProofreaderOptions.InputType | Defines the type of input. | |
| @interface | ProofreaderOptions.Language | Languages supported. | |
Public Method Summary
| static ProofreaderOptions.Builder |
Inherited Method Summary
Public Methods
public static ProofreaderOptions.Builder builder (Context context)
Creates a new
ProofreaderOptions.Builder.