public sealed class ListVoicesRequest : IMessage<ListVoicesRequest>, IEquatable<ListVoicesRequest>, IDeepCloneable<ListVoicesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class ListVoicesRequest.
The top-level message sent by the client for the ListVoices method.
Optional. Recommended.
BCP-47 language tag.
If not specified, the API will return all supported voices.
If specified, the ListVoices call will only return voices that can be used
to synthesize this language_code. For example, if you specify "en-NZ",
all "en-NZ" voices will be returned. If you specify "no", both
"no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices will be
returned.
[[["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 document provides reference information for the `ListVoicesRequest` class within the Google Cloud Text-to-Speech v1beta1 API."],["`ListVoicesRequest` is a top-level message used by clients to request a list of voices, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are multiple versions available for this documentation, including beta versions 2.0.0-beta12, 2.0.0-beta11, and 1.0.0-beta04."],["The `ListVoicesRequest` class has two constructors, one default and another that takes a `ListVoicesRequest` object as a parameter for copying."],["The `LanguageCode` property of the class, a string, allows users to filter the list of voices returned by the API based on a specified BCP-47 language tag."]]],[]]