Reference documentation and code samples for the Cloud Translation V3 Client class ListAdaptiveMtSentencesRequest.
The request for listing Adaptive MT sentences from a Dataset/File.
Generated from protobuf message google.cloud.translation.v3.ListAdaptiveMtSentencesRequest
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The resource name of the project from which to list the Adaptive MT files. The following format lists all sentences under a file. |
↳ page_size |
int
|
↳ page_token |
string
A token identifying a page of results the server should return. Typically, this is the value of ListAdaptiveMtSentencesRequest.next_page_token returned from the previous call to |
getParent
Required. The resource name of the project from which to list the Adaptive MT files. The following format lists all sentences under a file.
projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
The following format lists all sentences within a dataset.
projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The resource name of the project from which to list the Adaptive MT files. The following format lists all sentences under a file.
projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
The following format lists all sentences within a dataset.
projects/{project}/locations/{location}/adaptiveMtDatasets/{dataset}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Generated from protobuf field int32 page_size = 2;
Returns | |
---|---|
Type | Description |
int |
setPageSize
Generated from protobuf field int32 page_size = 2;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
A token identifying a page of results the server should return.
Typically, this is the value of
ListAdaptiveMtSentencesRequest.next_page_token returned from the
previous call to ListTranslationMemories
method. The first page is
returned if page_token
is empty or missing.
Returns | |
---|---|
Type | Description |
string |
setPageToken
A token identifying a page of results the server should return.
Typically, this is the value of
ListAdaptiveMtSentencesRequest.next_page_token returned from the
previous call to ListTranslationMemories
method. The first page is
returned if page_token
is empty or missing.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The resource name of the project from which to list the Adaptive
MT files. The following format lists all sentences under a file.
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Translate\V3\ListAdaptiveMtSentencesRequest |