| Package | Description |
|---|---|
| com.google.api.services.translate.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Romanization |
Romanization.clone() |
Romanization |
Romanization.set(String fieldName,
Object value) |
Romanization |
Romanization.setDetectedLanguageCode(String detectedLanguageCode)
The ISO-639 language code of source text in the initial request, detected automatically, if no
source language was passed within the initial request.
|
Romanization |
Romanization.setRomanizedText(String romanizedText)
Romanized text.
|
| Modifier and Type | Method and Description |
|---|---|
List<Romanization> |
RomanizeTextResponse.getRomanizations()
Text romanization responses.
|
| Modifier and Type | Method and Description |
|---|---|
RomanizeTextResponse |
RomanizeTextResponse.setRomanizations(List<Romanization> romanizations)
Text romanization responses.
|
Copyright © 2011–2023 Google. All rights reserved.