Reference documentation and code samples for the Cloud Translation V3 Client class Translation.
A single translation response.
Generated from protobuf message google.cloud.translation.v3.Translation
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ translated_text |
string
Text translated into the target language. If an error occurs during translation, this field might be excluded from the response. |
↳ model |
string
Only present when |
↳ detected_language_code |
string
The ISO-639 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. |
↳ glossary_config |
TranslateTextGlossaryConfig
The |
getTranslatedText
Text translated into the target language.
If an error occurs during translation, this field might be excluded from the response.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTranslatedText
Text translated into the target language.
If an error occurs during translation, this field might be excluded from the response.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setModel
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDetectedLanguageCode
The ISO-639 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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDetectedLanguageCode
The ISO-639 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.
| 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 |
|