| Name | Type | Description |
|---|---|---|
documents* | Sequence[Document] | Sequence of |
source_language_code | Optional[str] | Default: NoneISO 639 language code of the input document. If not provided, language will be auto-detected. |
target_language_code | Optional[str] | Default: None |
mime_type | str | Default: 'text/plain' |
**kwargs | Any | Default: {} |
Translate text documents using Google Translate.
ISO 639 language code of the output document. Required for translation. For supported languages, see Language Support.
Media type of input text. Options: 'text/plain',
'text/html'. Default: 'text/plain'.
Additional keyword arguments.