Cloud Translation V3 Client - Class ListAdaptiveMtSentencesResponse (1.17.5)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ adaptive_mt_sentences array<Google\Cloud\Translate\V3\AdaptiveMtSentence>

Output only. The list of AdaptiveMtSentences.

↳ next_page_token string

Optional.

getAdaptiveMtSentences

Output only. The list of AdaptiveMtSentences.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAdaptiveMtSentences

Output only. The list of AdaptiveMtSentences.

Parameter
NameDescription
var array<Google\Cloud\Translate\V3\AdaptiveMtSentence>
Returns
TypeDescription
$this

getNextPageToken

Optional.

Returns
TypeDescription
string

setNextPageToken

Optional.

Parameter
NameDescription
var string
Returns
TypeDescription
$this