| Package | Description |
|---|---|
| com.google.api.services.translate.v3.model |
| Modifier and Type | Method and Description |
|---|---|
GlossaryTerm |
GlossaryTerm.clone() |
GlossaryTerm |
GlossaryTermsPair.getSourceTerm()
The source term is the term that will get match in the text,
|
GlossaryTerm |
GlossaryTermsPair.getTargetTerm()
The term that will replace the match source term.
|
GlossaryTerm |
GlossaryTerm.set(String fieldName,
Object value) |
GlossaryTerm |
GlossaryTerm.setLanguageCode(String languageCode)
The language for this glossary term.
|
GlossaryTerm |
GlossaryTerm.setText(String text)
The text for the glossary term.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlossaryTerm> |
GlossaryTermsSet.getTerms()
Each term in the set represents a term that can be replaced by the other terms.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryTermsPair |
GlossaryTermsPair.setSourceTerm(GlossaryTerm sourceTerm)
The source term is the term that will get match in the text,
|
GlossaryTermsPair |
GlossaryTermsPair.setTargetTerm(GlossaryTerm targetTerm)
The term that will replace the match source term.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryTermsSet |
GlossaryTermsSet.setTerms(List<GlossaryTerm> terms)
Each term in the set represents a term that can be replaced by the other terms.
|
Copyright © 2011–2023 Google. All rights reserved.