public interface TranslateTextResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGlossaryTranslations(int index)
public abstract Translation getGlossaryTranslations(int index) Text translation responses if a glossary is provided in the request.
This can be the same as
translations
if no terms apply. This field has the same length as
contents.
repeated .google.cloud.translation.v3beta1.Translation glossary_translations = 3;
| Name | Description |
| index | int |
| Type | Description |
| Translation |
getGlossaryTranslationsCount()
public abstract int getGlossaryTranslationsCount() Text translation responses if a glossary is provided in the request.
This can be the same as
translations
if no terms apply. This field has the same length as
contents.
repeated .google.cloud.translation.v3beta1.Translation glossary_translations = 3;
| Type | Description |
| int |
getGlossaryTranslationsList()
public abstract List<Translation> getGlossaryTranslationsList() Text translation responses if a glossary is provided in the request.
This can be the same as
translations
if no terms apply. This field has the same length as
contents.
repeated .google.cloud.translation.v3beta1.Translation glossary_translations = 3;
| Type | Description |
| List<Translation> |
getGlossaryTranslationsOrBuilder(int index)
public abstract TranslationOrBuilder getGlossaryTranslationsOrBuilder(int index) Text translation responses if a glossary is provided in the request.
This can be the same as
translations
if no terms apply. This field has the same length as
contents.
repeated .google.cloud.translation.v3beta1.Translation glossary_translations = 3;
| Name | Description |
| index | int |
| Type | Description |
| TranslationOrBuilder |
getGlossaryTranslationsOrBuilderList()
public abstract List<? extends TranslationOrBuilder> getGlossaryTranslationsOrBuilderList() Text translation responses if a glossary is provided in the request.
This can be the same as
translations
if no terms apply. This field has the same length as
contents.
repeated .google.cloud.translation.v3beta1.Translation glossary_translations = 3;
| Type | Description |
| List<? extends com.google.cloud.translate.v3beta1.TranslationOrBuilder> |
getTranslations(int index)
public abstract Translation getTranslations(int index) Text translation responses with no glossary applied.
This field has the same length as
contents.
repeated .google.cloud.translation.v3beta1.Translation translations = 1;
| Name | Description |
| index | int |
| Type | Description |
| Translation |
getTranslationsCount()
public abstract int getTranslationsCount() Text translation responses with no glossary applied.
This field has the same length as
contents.
repeated .google.cloud.translation.v3beta1.Translation translations = 1;
| Type | Description |
| int |
getTranslationsList()
public abstract List<Translation> getTranslationsList() Text translation responses with no glossary applied.
This field has the same length as
contents.
repeated .google.cloud.translation.v3beta1.Translation translations = 1;
| Type | Description |
| List<Translation> |
getTranslationsOrBuilder(int index)
public abstract TranslationOrBuilder getTranslationsOrBuilder(int index) Text translation responses with no glossary applied.
This field has the same length as
contents.
repeated .google.cloud.translation.v3beta1.Translation translations = 1;
| Name | Description |
| index | int |
| Type | Description |
| TranslationOrBuilder |
getTranslationsOrBuilderList()
public abstract List<? extends TranslationOrBuilder> getTranslationsOrBuilderList() Text translation responses with no glossary applied.
This field has the same length as
contents.
repeated .google.cloud.translation.v3beta1.Translation translations = 1;
| Type | Description |
| List<? extends com.google.cloud.translate.v3beta1.TranslationOrBuilder> |