ProofreaderOptions

  • 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

Inherited Method Summary

From class java.lang.Object
Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public static ProofreaderOptions.Builder builder (Context context)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年05月14日 UTC.