Google Cloud Text-to-Speech v1 API - Class ListVoicesResponse (3.17.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
Name Description
other ListVoicesResponse

Properties

Voices

public RepeatedField<Voice> Voices { get; }

The list of voices.

Property Value
Type Description
RepeatedField Voice

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.