public interface TranslationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDetectedLanguageCode()
The BCP-47 language code of source text in the initial request, detected
automatically, if no source language was passed within the initial
request.
|
com.google.protobuf.ByteString |
getDetectedLanguageCodeBytes()
The BCP-47 language code of source text in the initial request, detected
automatically, if no source language was passed within the initial
request.
|
TranslateTextGlossaryConfig |
getGlossaryConfig()
The `glossary_config` used for this translation.
|
TranslateTextGlossaryConfigOrBuilder |
getGlossaryConfigOrBuilder()
The `glossary_config` used for this translation.
|
String |
getModel()
Only present when `model` is present in the request.
|
com.google.protobuf.ByteString |
getModelBytes()
Only present when `model` is present in the request.
|
String |
getTranslatedText()
Text translated into the target language.
|
com.google.protobuf.ByteString |
getTranslatedTextBytes()
Text translated into the target language.
|
boolean |
hasGlossaryConfig()
The `glossary_config` used for this translation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTranslatedText()
Text translated into the target language. If an error occurs during translation, this field might be excluded from the response.
string translated_text = 1;com.google.protobuf.ByteString getTranslatedTextBytes()
Text translated into the target language. If an error occurs during translation, this field might be excluded from the response.
string translated_text = 1;String getModel()
Only present when `model` is present in the request.
`model` here is normalized to have project number.
For example:
If the `model` requested in TranslationTextRequest is
`projects/{project-id}/locations/{location-id}/models/general/nmt` then
`model` here would be normalized to
`projects/{project-number}/locations/{location-id}/models/general/nmt`.
string model = 2;com.google.protobuf.ByteString getModelBytes()
Only present when `model` is present in the request.
`model` here is normalized to have project number.
For example:
If the `model` requested in TranslationTextRequest is
`projects/{project-id}/locations/{location-id}/models/general/nmt` then
`model` here would be normalized to
`projects/{project-number}/locations/{location-id}/models/general/nmt`.
string model = 2;String getDetectedLanguageCode()
The BCP-47 language code of source text in the initial request, detected automatically, if no source language was passed within the initial request. If the source language was passed, auto-detection of the language does not occur and this field is empty.
string detected_language_code = 4;com.google.protobuf.ByteString getDetectedLanguageCodeBytes()
The BCP-47 language code of source text in the initial request, detected automatically, if no source language was passed within the initial request. If the source language was passed, auto-detection of the language does not occur and this field is empty.
string detected_language_code = 4;boolean hasGlossaryConfig()
The `glossary_config` used for this translation.
.google.cloud.translation.v3.TranslateTextGlossaryConfig glossary_config = 3;TranslateTextGlossaryConfig getGlossaryConfig()
The `glossary_config` used for this translation.
.google.cloud.translation.v3.TranslateTextGlossaryConfig glossary_config = 3;TranslateTextGlossaryConfigOrBuilder getGlossaryConfigOrBuilder()
The `glossary_config` used for this translation.
.google.cloud.translation.v3.TranslateTextGlossaryConfig glossary_config = 3;Copyright © 2022 Google LLC. All rights reserved.