public sealed class GetPhraseSetRequest : IMessage<GetPhraseSetRequest>, IEquatable<GetPhraseSetRequest>, IDeepCloneable<GetPhraseSetRequest>, IBufferMessage, IMessage
Message sent by the client for the GetPhraseSet method.
Speech-to-Text supports three locations: global, us (US North America),
and eu (Europe). If you are calling the speech.googleapis.com
endpoint, use the global location. To specify a region, use a
regional endpoint
with matching us or eu location value.
[[["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."],[[["`GetPhraseSetRequest` is a message class used by clients to request a specific phrase set via the `GetPhraseSet` method, part of the `Google.Cloud.Speech.V1P1Beta1` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning, comparison, and handling as a message."],["The class offers two constructors: a default constructor and one that accepts another `GetPhraseSetRequest` instance for initialization, and it has properties named `Name` and `PhraseSetName` to identify the phrase set to retrieve."],["The `Name` property, which is a string, specifies the full resource name of the phrase set to retrieve in the required format, and it also dictates the location of the phrase set."],["The latest version of the API is `3.0.0-beta08`, with `2.0.0-beta09` also listed, and this document covers the properties, constructors, namespace, and inheritance of `GetPhraseSetRequest` within that context."]]],[]]