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
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ document_translation |
DocumentTranslation
Translated document. |
↳ glossary_document_translation |
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: |
↳ glossary_config |
TranslateTextGlossaryConfig
The |
getDocumentTranslation
Translated document.
| Returns | |
|---|---|
| Type | Description |
DocumentTranslation|null |
|
hasDocumentTranslation
clearDocumentTranslation
setDocumentTranslation
Translated document.
| Parameter | |
|---|---|
| Name | Description |
var |
DocumentTranslation
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
DocumentTranslation|null |
|
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.
| Parameter | |
|---|---|
| Name | Description |
var |
DocumentTranslation
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGlossaryConfig
The glossary_config used for this translation.
| Returns | |
|---|---|
| Type | Description |
TranslateTextGlossaryConfig|null |
|
hasGlossaryConfig
clearGlossaryConfig
setGlossaryConfig
The glossary_config used for this translation.
| Parameter | |
|---|---|
| Name | Description |
var |
TranslateTextGlossaryConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|