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."],[[["The webpage details the `ListVoicesResponse` class, which is used to return a list of voices to the client from the `ListVoices` method within Google Cloud Text-to-Speech."],["Version 3.10.0 is the latest version available for the Google Cloud Text-to-Speech .NET client, and the page lists versions down to 2.2.0, showing all previous versions."],["The `ListVoicesResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `ListVoicesResponse` class has a property called `Voices` which is a `RepeatedField` containing a list of `Voice` objects, and it has two constructors: a default constructor and one that accepts another `ListVoicesResponse` object."],["This documentation page belongs to the `Google.Cloud.TextToSpeech.V1` namespace, and the information in this page belongs to version 2.4.0 of the documentation."]]],[]]