Reference documentation and code samples for the Cloud Speech V2 Client class ListPhraseSetsResponse.
Response message for the ListPhraseSets method.
Generated from protobuf message google.cloud.speech.v2.ListPhraseSetsResponse
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ phrase_sets |
array<Google\Cloud\Speech\V2\PhraseSet>
The list of requested PhraseSets. |
↳ 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. This token expires after 72 hours. |
getPhraseSets
The list of requested PhraseSets.
Generated from protobuf field repeated .google.cloud.speech.v2.PhraseSet phrase_sets = 1;
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setPhraseSets
The list of requested PhraseSets.
Generated from protobuf field repeated .google.cloud.speech.v2.PhraseSet phrase_sets = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Speech\V2\PhraseSet>
|
| Returns | |
|---|---|
| Type | Description |
$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. This token expires after 72 hours.
Generated from protobuf field string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
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. This token expires after 72 hours.
Generated from protobuf field string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|