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.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Location to make a regional call. Format: projects/{project-number-or-id}/locations/{location-id}
.
↳ dataset
string
Required. The resource name for the dataset to use for adaptive MT. projects/{project}/locations/{location-id}/adaptiveMtDatasets/{dataset}
↳ content
array
Required. The content of the input in string format. For now only one sentence per request is supported.
getParent
Required. Location to make a regional call.
Format: projects/{project-number-or-id}/locations/{location-id}
.
string
setParent
Required. Location to make a regional call.
Format: projects/{project-number-or-id}/locations/{location-id}
.
var
string
$this
getDataset
Required. The resource name for the dataset to use for adaptive MT.
projects/{project}/locations/{location-id}/adaptiveMtDatasets/{dataset}
string
setDataset
Required. The resource name for the dataset to use for adaptive MT.
projects/{project}/locations/{location-id}/adaptiveMtDatasets/{dataset}
var
string
$this
getContent
Required. The content of the input in string format.
For now only one sentence per request is supported.
setContent
Required. The content of the input in string format.
For now only one sentence per request is supported.
var
string[]
$this
static::build
parent
string
Required. Location to make a regional call.
Format: projects/{project-number-or-id}/locations/{location-id}
. Please see Google\Cloud\Translate\V3\TranslationServiceClient::locationName()
for help formatting this field.
content
string[]
Required. The content of the input in string format. For now only one sentence per request is supported.