Google Cloud Text-to-Speech v1 API - Class ListVoicesResponse (3.3.0)

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.

Inheritance

object > ListVoicesResponse

Namespace

Google.Cloud.TextToSpeech.V1

Assembly

Google.Cloud.TextToSpeech.V1.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
RepeatedFieldVoice