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 development."],["The `ListVoicesResponse` class is part of the `Google.Cloud.TextToSpeech.V1` namespace and is used to handle the response from the `ListVoices` method."],["Version 3.10.0 is the latest version, with a comprehensive list of past versions ranging from 3.9.0 all the way down to version 2.2.0."],["The `ListVoicesResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Voices` property, of type `RepeatedField\u003cVoice\u003e`, which holds the list of voices returned in the API response."]]],[]]