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."],[[["The latest version available for the `ListVoicesResponse` class in the Google Cloud Text-to-Speech v1 API is 3.10.0."],["This document provides reference documentation for the `ListVoicesResponse` class, which is used to manage the list of voices available in the Text-to-Speech service, and is a message returned by the client from the `ListVoices` method."],["The `ListVoicesResponse` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Voices` property is a `RepeatedField` of `Voice` type that is contained in the `ListVoicesResponse` class, and represents the list of voices available."],["The documentation includes a list of available versions ranging from 3.10.0 down to 2.2.0, with associated links to their respective documentation."]]],[]]