public sealed class ListVoicesResponse : IMessage<ListVoicesResponse>, IEquatable<ListVoicesResponse>, IDeepCloneable<ListVoicesResponse>, IBufferMessage, IMessageThe message returned to the client by the ListVoices method.
Implements
IMessage<ListVoicesResponse>, IEquatable<ListVoicesResponse>, IDeepCloneable<ListVoicesResponse>, 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 |
RepeatedField<Voice> |
|