Reference documentation and code samples for the Cloud Speech V1p1beta1 Client class ListPhraseSetResponse.
Message returned to the client by the ListPhraseSet
method.
Generated from protobuf message google.cloud.speech.v1p1beta1.ListPhraseSetResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ phrase_sets
↳ next_page_token
string
A token, which can be sent as page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
getPhraseSets
The phrase set.
Generated from protobuf field repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;
Google\Protobuf\Internal\RepeatedField
setPhraseSets
The phrase set.
Generated from protobuf field repeated .google.cloud.speech.v1p1beta1.PhraseSet phrase_sets = 1;
$this
getNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Generated from protobuf field string next_page_token = 2;
var
string
$this