public sealed class ListVoicesResponse : IMessage<ListVoicesResponse>, IEquatable<ListVoicesResponse>, IDeepCloneable<ListVoicesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class ListVoicesResponse.
The message returned to the client by the ListVoices
method.
Implements
IMessageListVoicesResponse, IEquatableListVoicesResponse, IDeepCloneableListVoicesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.TextToSpeech.V1Assembly
Google.Cloud.TextToSpeech.V1.dll
Constructors
ListVoicesResponse()
public ListVoicesResponse()
ListVoicesResponse(ListVoicesResponse)
public ListVoicesResponse(ListVoicesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListVoicesResponse |
Properties
Voices
public RepeatedField<Voice> Voices { get; }
The list of voices.
Property Value | |
---|---|
Type | Description |
RepeatedFieldVoice |