Class ListVoicesResponse (1.0.0-beta04)

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

The message returned to the client by the ListVoices method.

Inheritance

Object > ListVoicesResponse

Namespace

Google.Cloud.TextToSpeech.V1Beta1

Assembly

Google.Cloud.TextToSpeech.V1Beta1.dll

Constructors

ListVoicesResponse()

public ListVoicesResponse()

ListVoicesResponse(ListVoicesResponse)

public ListVoicesResponse(ListVoicesResponse other)
Parameter
NameDescription
otherListVoicesResponse

Properties

Voices

public RepeatedField<Voice> Voices { get; }

The list of voices.

Property Value
TypeDescription
RepeatedField<Voice>