public sealed class ListVoicesRequest : IMessage<ListVoicesRequest>, IEquatable<ListVoicesRequest>, IDeepCloneable<ListVoicesRequest>, IBufferMessage, IMessage
The top-level message sent by the client for the ListVoices method.
Optional. Recommended.
BCP-47 language tag. If
specified, the ListVoices call will only return voices that can be used to
synthesize this language_code. E.g. when specifying "en-NZ", you will get
supported "en-*" voices; when specifying "no", you will get supported
"no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh"
will also get supported "cmn-*" voices; specifying "zh-hk" will also get
supported "yue-*" voices.
[[["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 `ListVoicesRequest` class, which is the top-level message sent by clients for the `ListVoices` method within the Google Cloud Text-to-Speech service."],["The latest version documented is 3.10.0, while the current page content focuses on version 2.3.0 of the `ListVoicesRequest` within the Google.Cloud.TextToSpeech.V1 namespace."],["The `ListVoicesRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, deep cloning, and buffer operations."],["It includes a `LanguageCode` property that uses a BCP-47 language tag to allow filtering voices based on language during the `ListVoices` call."],["This class offers two constructors: a default constructor `ListVoicesRequest()`, and a constructor taking another `ListVoicesRequest` object for copying."]]],[]]