Reference documentation and code samples for the Cloud Speech V2 Client class ListRecognizersResponse.
Response message for the ListRecognizers method.
Generated from protobuf message google.cloud.speech.v2.ListRecognizersResponse
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ recognizers |
array<Google\Cloud\Speech\V2\Recognizer>
The list of requested Recognizers. |
↳ 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. |
getRecognizers
The list of requested Recognizers.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRecognizers
The list of requested Recognizers.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Speech\V2\Recognizer>
|
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.
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |