Google Cloud Text-to-Speech v1beta1 API - Class ListVoicesRequest (2.0.0-beta06)

public sealed class ListVoicesRequest : IMessage<ListVoicesRequest>, IEquatable<ListVoicesRequest>, IDeepCloneable<ListVoicesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class ListVoicesRequest.

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

Inheritance

object > ListVoicesRequest

Namespace

Google.Cloud.TextToSpeech.V1Beta1

Assembly

Google.Cloud.TextToSpeech.V1Beta1.dll

Constructors

ListVoicesRequest()

public ListVoicesRequest()

ListVoicesRequest(ListVoicesRequest)

public ListVoicesRequest(ListVoicesRequest other)
Parameter
NameDescription
otherListVoicesRequest

Properties

LanguageCode

public string LanguageCode { get; set; }

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.

Property Value
TypeDescription
string