Reference documentation and code samples for the Cloud Translation V3 Client class ListAdaptiveMtSentencesResponse.
List AdaptiveMt sentences response.
Generated from protobuf message google.cloud.translation.v3.ListAdaptiveMtSentencesResponse
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ adaptive_mt_sentences |
array<AdaptiveMtSentence>
Output only. The list of AdaptiveMtSentences. |
↳ next_page_token |
string
Optional. |
getAdaptiveMtSentences
Output only. The list of AdaptiveMtSentences.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAdaptiveMtSentences
Output only. The list of AdaptiveMtSentences.
| Parameter | |
|---|---|
| Name | Description |
var |
array<AdaptiveMtSentence>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Optional.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Optional.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|