public sealed class ListVoicesResponse : IMessage<ListVoicesResponse>, IEquatable<ListVoicesResponse>, IDeepCloneable<ListVoicesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class ListVoicesResponse.
The message returned to the client by the ListVoices method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[[["The latest version of the `ListVoicesResponse` class in the Google Cloud Text-to-Speech v1beta1 API is 2.0.0-beta12, as indicated by the documentation."],["`ListVoicesResponse` is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is the message returned by the `ListVoices` method and inherits from the `object` class, with members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The `ListVoicesResponse` class has a `Voices` property, which is a `RepeatedField` containing a list of `Voice` objects, representing the available voices."],["The `ListVoicesResponse` class has two constructors, one default constructor that takes no parameters and one that takes another `ListVoicesResponse` as a parameter."]]],[]]