public interface AdaptiveMtTranslateResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGlossaryTranslations(int index)
public abstract AdaptiveMtTranslation getGlossaryTranslations(int index)Text translation response if a glossary is provided in the request. This could be the same as 'translation' above if no terms apply.
repeated .google.cloud.translation.v3.AdaptiveMtTranslation glossary_translations = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AdaptiveMtTranslation |
|
getGlossaryTranslationsCount()
public abstract int getGlossaryTranslationsCount()Text translation response if a glossary is provided in the request. This could be the same as 'translation' above if no terms apply.
repeated .google.cloud.translation.v3.AdaptiveMtTranslation glossary_translations = 4;
| Returns | |
|---|---|
| Type | Description |
int |
|
getGlossaryTranslationsList()
public abstract List<AdaptiveMtTranslation> getGlossaryTranslationsList()Text translation response if a glossary is provided in the request. This could be the same as 'translation' above if no terms apply.
repeated .google.cloud.translation.v3.AdaptiveMtTranslation glossary_translations = 4;
| Returns | |
|---|---|
| Type | Description |
List<AdaptiveMtTranslation> |
|
getGlossaryTranslationsOrBuilder(int index)
public abstract AdaptiveMtTranslationOrBuilder getGlossaryTranslationsOrBuilder(int index)Text translation response if a glossary is provided in the request. This could be the same as 'translation' above if no terms apply.
repeated .google.cloud.translation.v3.AdaptiveMtTranslation glossary_translations = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AdaptiveMtTranslationOrBuilder |
|
getGlossaryTranslationsOrBuilderList()
public abstract List<? extends AdaptiveMtTranslationOrBuilder> getGlossaryTranslationsOrBuilderList()Text translation response if a glossary is provided in the request. This could be the same as 'translation' above if no terms apply.
repeated .google.cloud.translation.v3.AdaptiveMtTranslation glossary_translations = 4;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.translate.v3.AdaptiveMtTranslationOrBuilder> |
|
getLanguageCode()
public abstract String getLanguageCode()Output only. The translation's language code.
string language_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The languageCode. |
getLanguageCodeBytes()
public abstract ByteString getLanguageCodeBytes()Output only. The translation's language code.
string language_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for languageCode. |
getTranslations(int index)
public abstract AdaptiveMtTranslation getTranslations(int index)Output only. The translation.
repeated .google.cloud.translation.v3.AdaptiveMtTranslation translations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AdaptiveMtTranslation |
|
getTranslationsCount()
public abstract int getTranslationsCount()Output only. The translation.
repeated .google.cloud.translation.v3.AdaptiveMtTranslation translations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getTranslationsList()
public abstract List<AdaptiveMtTranslation> getTranslationsList()Output only. The translation.
repeated .google.cloud.translation.v3.AdaptiveMtTranslation translations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<AdaptiveMtTranslation> |
|
getTranslationsOrBuilder(int index)
public abstract AdaptiveMtTranslationOrBuilder getTranslationsOrBuilder(int index)Output only. The translation.
repeated .google.cloud.translation.v3.AdaptiveMtTranslation translations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AdaptiveMtTranslationOrBuilder |
|
getTranslationsOrBuilderList()
public abstract List<? extends AdaptiveMtTranslationOrBuilder> getTranslationsOrBuilderList()Output only. The translation.
repeated .google.cloud.translation.v3.AdaptiveMtTranslation translations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.translate.v3.AdaptiveMtTranslationOrBuilder> |
|