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 to the client by the `ListVoices` method in Google Cloud Text-to-Speech V1."],["The latest version available is 3.10.0, and the page provides documentation for multiple versions, ranging from 2.2.0 to 3.10.0, of this class."],["The `ListVoicesResponse` class inherits from `Object` and implements `IMessage\u003cListVoicesResponse\u003e`, `IEquatable\u003cListVoicesResponse\u003e`, `IDeepCloneable\u003cListVoicesResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes a `Voices` property of type `RepeatedField\u003cVoice\u003e` that represents the list of voices."],["The page documents both the default constructor `ListVoicesResponse()` and a copy constructor `ListVoicesResponse(ListVoicesResponse other)` for creating instances of the class."]]],[]]