| Package | Description |
|---|---|
| com.google.api.services.translate.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Example |
Example.clone() |
Example |
Example.set(String fieldName,
Object value) |
Example |
Example.setName(String name)
Output only.
|
Example |
Example.setSourceText(String sourceText)
Sentence in source language.
|
Example |
Example.setTargetText(String targetText)
Sentence in target language.
|
Example |
Example.setUsage(String usage)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Example> |
ListExamplesResponse.getExamples()
The sentence pairs.
|
| Modifier and Type | Method and Description |
|---|---|
ListExamplesResponse |
ListExamplesResponse.setExamples(List<Example> examples)
The sentence pairs.
|
Copyright © 2011–2023 Google. All rights reserved.