Reference documentation and code samples for the Cloud Translation V3 Client class AdaptiveMtTranslateRequest.
The request for sending an AdaptiveMt translation query.
Generated from protobuf message google.cloud.translation.v3.AdaptiveMtTranslateRequest
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Location to make a regional call. Format: |
↳ dataset |
string
Required. The resource name for the dataset to use for adaptive MT. |
↳ content |
array
Required. The content of the input in string format. |
↳ reference_sentence_config |
Google\Cloud\Translate\V3\AdaptiveMtTranslateRequest\ReferenceSentenceConfig
Configuration for caller provided reference sentences. |
↳ glossary_config |
Google\Cloud\Translate\V3\AdaptiveMtTranslateRequest\GlossaryConfig
Optional. Glossary to be applied. The glossary must be within the same region (have the same location-id) as the model, otherwise an INVALID_ARGUMENT (400) error is returned. |
getParent
Required. Location to make a regional call.
Format: projects/{project-number-or-id}/locations/{location-id}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Location to make a regional call.
Format: projects/{project-number-or-id}/locations/{location-id}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDataset
Required. The resource name for the dataset to use for adaptive MT.
projects/{project}/locations/{location-id}/adaptiveMtDatasets/{dataset}
Returns | |
---|---|
Type | Description |
string |
setDataset
Required. The resource name for the dataset to use for adaptive MT.
projects/{project}/locations/{location-id}/adaptiveMtDatasets/{dataset}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getContent
Required. The content of the input in string format.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setContent
Required. The content of the input in string format.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getReferenceSentenceConfig
Configuration for caller provided reference sentences.
Returns | |
---|---|
Type | Description |
Google\Cloud\Translate\V3\AdaptiveMtTranslateRequest\ReferenceSentenceConfig|null |
hasReferenceSentenceConfig
clearReferenceSentenceConfig
setReferenceSentenceConfig
Configuration for caller provided reference sentences.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Translate\V3\AdaptiveMtTranslateRequest\ReferenceSentenceConfig
|
Returns | |
---|---|
Type | Description |
$this |
getGlossaryConfig
Optional. Glossary to be applied. The glossary must be within the same region (have the same location-id) as the model, otherwise an INVALID_ARGUMENT (400) error is returned.
Returns | |
---|---|
Type | Description |
Google\Cloud\Translate\V3\AdaptiveMtTranslateRequest\GlossaryConfig|null |
hasGlossaryConfig
clearGlossaryConfig
setGlossaryConfig
Optional. Glossary to be applied. The glossary must be within the same region (have the same location-id) as the model, otherwise an INVALID_ARGUMENT (400) error is returned.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Translate\V3\AdaptiveMtTranslateRequest\GlossaryConfig
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. Location to make a regional call. Format: |
content |
string[]
Required. The content of the input in string format. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Translate\V3\AdaptiveMtTranslateRequest |