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-03-21 UTC."],[[["The `ListVoicesResponse` class is part of the Google Cloud Text-to-Speech v1beta1 API, serving as the message returned by the `ListVoices` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The `ListVoicesResponse` class has a `Voices` property, which is a `RepeatedField` of `Voice` objects, representing the list of voices available."],["The latest version available is `2.0.0-beta12`, while the documentation provided is for version `2.0.0-beta11`."],["The documentation presents a public constructor for a `ListVoicesResponse` class, and a second one that takes a `ListVoicesResponse` object."]]],[]]