public sealed class ListVoicesResponse : IMessage<ListVoicesResponse>, IEquatable<ListVoicesResponse>, IDeepCloneable<ListVoicesResponse>, IBufferMessage, IMessage
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."],[[["This webpage details the `ListVoicesResponse` class, which is the message returned by the `ListVoices` method in the Google Cloud Text-to-Speech API."],["The `ListVoicesResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is part of the `Google.Cloud.TextToSpeech.V1` namespace within the `Google.Cloud.TextToSpeech.V1.dll` assembly."],["The class offers two constructors: a default constructor and one that accepts another `ListVoicesResponse` instance as a parameter."],["The `Voices` property of type `RepeatedField\u003cVoice\u003e` within the `ListVoicesResponse` class provides access to the list of voices available."]]],[]]