public sealed class ListVoicesResponse : IMessage<ListVoicesResponse>, IEquatable<ListVoicesResponse>, IDeepCloneable<ListVoicesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 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."],[[["This webpage provides reference documentation for the `ListVoicesResponse` class within the Google Cloud Text-to-Speech v1 API for .NET."],["The `ListVoicesResponse` class is used as the return message from the `ListVoices` method, and includes a list of Voice elements."],["The page covers various versions of the API, from version 2.2.0 to the latest version 3.10.0, all showing documentation of the `ListVoicesResponse` class."],["The class `ListVoicesResponse` inherits from Object, and implements the interfaces IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and it provides a default constructor as well as one that take a `ListVoicesResponse` object as parameter."],["The class contains a property named Voices which is of type `RepeatedField\u003cVoice\u003e`, representing a collection of voice objects."]]],[]]