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