| Package | Description |
|---|---|
| com.google.api.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
TranslationsResource |
TranslationsResource.clone() |
TranslationsResource |
TranslationsResource.set(String fieldName,
Object value) |
TranslationsResource |
TranslationsResource.setDetectedSourceLanguage(String detectedSourceLanguage)
Detected source language if source parameter is unspecified.
|
TranslationsResource |
TranslationsResource.setTranslatedText(String translatedText)
The translation.
|
| Modifier and Type | Method and Description |
|---|---|
List<TranslationsResource> |
TranslationsListResponse.getTranslations()
Translations contains list of translation results of given text
|
| Modifier and Type | Method and Description |
|---|---|
TranslationsListResponse |
TranslationsListResponse.setTranslations(List<TranslationsResource> translations)
Translations contains list of translation results of given text
|