Cloud Speech V2 Client - Class ListRecognizersResponse (1.7.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Generated from protobuf field repeated .google.cloud.speech.v2.Recognizer recognizers = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRecognizers

The list of requested Recognizers.

Generated from protobuf field repeated .google.cloud.speech.v2.Recognizer recognizers = 1;

Parameter
NameDescription
var array<Google\Cloud\Speech\V2\Recognizer>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this