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 documentation for the `ListVoicesResponse` class within the Google Cloud Text-to-Speech v1 API, specifically for .NET."],["The latest version of the API documented is 3.10.0, while the current page focuses on version 3.4.0, with other versions from 3.9.0 down to 2.2.0 available in the links."],["The `ListVoicesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `ListVoicesResponse` class has two constructors and one key property called `Voices`, which is a `RepeatedField` containing `Voice` objects."],["The `ListVoicesResponse` class represents the message returned by the `ListVoices` method in the API, containing a list of available voices."]]],[]]