| Package | Description |
|---|---|
| com.google.api.services.translate.v3 | |
| com.google.api.services.translate.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Translate.Projects.RomanizeText |
Translate.Projects.romanizeText(String parent,
RomanizeTextRequest content)
Romanize input text written in non-Latin scripts to Latin text.
|
Translate.Projects.Locations.RomanizeText |
Translate.Projects.Locations.romanizeText(String parent,
RomanizeTextRequest content)
Romanize input text written in non-Latin scripts to Latin text.
|
| Constructor and Description |
|---|
RomanizeText(String parent,
RomanizeTextRequest content)
Romanize input text written in non-Latin scripts to Latin text.
|
RomanizeText(String parent,
RomanizeTextRequest content)
Romanize input text written in non-Latin scripts to Latin text.
|
| Modifier and Type | Method and Description |
|---|---|
RomanizeTextRequest |
RomanizeTextRequest.clone() |
RomanizeTextRequest |
RomanizeTextRequest.set(String fieldName,
Object value) |
RomanizeTextRequest |
RomanizeTextRequest.setContents(List<String> contents)
Required.
|
RomanizeTextRequest |
RomanizeTextRequest.setSourceLanguageCode(String sourceLanguageCode)
Optional.
|
Copyright © 2011–2023 Google. All rights reserved.