Reference documentation and code samples for the Cloud Translation V3 Client class TranslateDocumentResponse.
A translated document response message.
Generated from protobuf message google.cloud.translation.v3.TranslateDocumentResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ document_translation
↳ glossary_document_translation
Google\Cloud\Translate\V3\DocumentTranslation
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.
↳ model
string
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
.
↳ glossary_config
Google\Cloud\Translate\V3\TranslateTextGlossaryConfig
The glossary_config
used for this translation.
getDocumentTranslation
Translated document.
hasDocumentTranslation
clearDocumentTranslation
setDocumentTranslation
Translated document.
$this
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.
hasGlossaryDocumentTranslation
clearGlossaryDocumentTranslation
setGlossaryDocumentTranslation
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.
$this
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
setModel
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
.
var
string
$this
getGlossaryConfig
The glossary_config
used for this translation.
hasGlossaryConfig
clearGlossaryConfig
setGlossaryConfig
The glossary_config
used for this translation.
$this