public interface TranslateDocumentResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DocumentTranslation |
getDocumentTranslation()
Translated document.
|
DocumentTranslationOrBuilder |
getDocumentTranslationOrBuilder()
Translated document.
|
TranslateTextGlossaryConfig |
getGlossaryConfig()
The `glossary_config` used for this translation.
|
TranslateTextGlossaryConfigOrBuilder |
getGlossaryConfigOrBuilder()
The `glossary_config` used for this translation.
|
DocumentTranslation |
getGlossaryDocumentTranslation()
The document's translation output if a glossary is provided in the request.
|
DocumentTranslationOrBuilder |
getGlossaryDocumentTranslationOrBuilder()
The document's translation output if a glossary is provided in the request.
|
String |
getModel()
Only present when 'model' is present in the request.
|
ByteString |
getModelBytes()
Only present when 'model' is present in the request.
|
boolean |
hasDocumentTranslation()
Translated document.
|
boolean |
hasGlossaryConfig()
The `glossary_config` used for this translation.
|
boolean |
hasGlossaryDocumentTranslation()
The document's translation output if a glossary is provided in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasDocumentTranslation()
Translated document.
.google.cloud.translation.v3beta1.DocumentTranslation document_translation = 1;
DocumentTranslation getDocumentTranslation()
Translated document.
.google.cloud.translation.v3beta1.DocumentTranslation document_translation = 1;
DocumentTranslationOrBuilder getDocumentTranslationOrBuilder()
Translated document.
.google.cloud.translation.v3beta1.DocumentTranslation document_translation = 1;
boolean hasGlossaryDocumentTranslation()
The document's translation output if a glossary is provided in the request. This can be the same as [TranslateDocumentResponse.document_translation] if no glossary terms apply.
.google.cloud.translation.v3beta1.DocumentTranslation glossary_document_translation = 2;
DocumentTranslation getGlossaryDocumentTranslation()
The document's translation output if a glossary is provided in the request. This can be the same as [TranslateDocumentResponse.document_translation] if no glossary terms apply.
.google.cloud.translation.v3beta1.DocumentTranslation glossary_document_translation = 2;
DocumentTranslationOrBuilder getGlossaryDocumentTranslationOrBuilder()
The document's translation output if a glossary is provided in the request. This can be the same as [TranslateDocumentResponse.document_translation] if no glossary terms apply.
.google.cloud.translation.v3beta1.DocumentTranslation glossary_document_translation = 2;
String getModel()
Only present when 'model' is present in the request. 'model' is normalized to have a project number. For example: If the 'model' field in TranslateDocumentRequest 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 = 3;
ByteString getModelBytes()
Only present when 'model' is present in the request. 'model' is normalized to have a project number. For example: If the 'model' field in TranslateDocumentRequest 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 = 3;
boolean hasGlossaryConfig()
The `glossary_config` used for this translation.
.google.cloud.translation.v3beta1.TranslateTextGlossaryConfig glossary_config = 4;
TranslateTextGlossaryConfig getGlossaryConfig()
The `glossary_config` used for this translation.
.google.cloud.translation.v3beta1.TranslateTextGlossaryConfig glossary_config = 4;
TranslateTextGlossaryConfigOrBuilder getGlossaryConfigOrBuilder()
The `glossary_config` used for this translation.
.google.cloud.translation.v3beta1.TranslateTextGlossaryConfig glossary_config = 4;
Copyright © 2022 Google LLC. All rights reserved.