AI-generated Key Takeaways
-
Proofreader provides an interface for performing text proofreading.
-
ProofreaderOptions are options for the Proofreader, with a Builder class available.
-
Proofreading is the entry class to get a proofreader client.
-
ProofreadingRequest represents a request to a proofreading inference, with a Builder class available.
-
ProofreadingResult and ProofreadingSuggestion represent the results from the proofreading inference.
Annotations
ProofreaderOptions.InputType | Defines the type of input. |
ProofreaderOptions.Language | Languages supported. |
Classes
Proofreader | Provides an interface for performing text proofreading. |
ProofreaderOptions | Options for Proofreader . |
ProofreaderOptions.Builder | Builder class for ProofreaderOptions
objects. |
Proofreading | Entry class to get a proofreader client. |
ProofreadingRequest | A request to a proofreading inference. |
ProofreadingRequest.Builder | Builder class for ProofreadingRequest
objects. |
ProofreadingResult | Results from the proofreading inference. |
ProofreadingSuggestion | A single suggestion result from the proofreading inference. |