Cloud Text-to-Speech V1 Client - Class ListVoicesRequest (1.5.6)

Reference documentation and code samples for the Cloud Text-to-Speech V1 Client class ListVoicesRequest.

The top-level message sent by the client for the ListVoices method.

Generated from protobuf message google.cloud.texttospeech.v1.ListVoicesRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ language_code string

Optional. Recommended. BCP-47 language tag. If not specified, the API will return all supported voices. If specified, the ListVoices call will only return voices that can be used to synthesize this language_code. For example, if you specify "en-NZ", all "en-NZ" voices will be returned. If you specify "no", both "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices will be returned.

getLanguageCode

Optional. Recommended.

BCP-47 language tag. If not specified, the API will return all supported voices. If specified, the ListVoices call will only return voices that can be used to synthesize this language_code. For example, if you specify "en-NZ", all "en-NZ" voices will be returned. If you specify "no", both "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices will be returned.

Returns
TypeDescription
string

setLanguageCode

Optional. Recommended.

BCP-47 language tag. If not specified, the API will return all supported voices. If specified, the ListVoices call will only return voices that can be used to synthesize this language_code. For example, if you specify "en-NZ", all "en-NZ" voices will be returned. If you specify "no", both "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices will be returned.

Parameter
NameDescription
var string
Returns
TypeDescription
$this