TranslateRequest Constructors
A request to translate text into a specific language using AI-powered translation services.| Name | Parameters | Description |
|---|---|---|
| TranslateRequest(String, String) | text, language | Initializes a new instance of the TranslateRequest class with the specified text and target language. |
See Also