public sealed class GetPhraseSetRequest : IMessage<GetPhraseSetRequest>, IEquatable<GetPhraseSetRequest>, IDeepCloneable<GetPhraseSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1p1beta1 API class GetPhraseSetRequest.
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."],[[["This documentation is for the `GetPhraseSetRequest` class within the Google Cloud Speech v1p1beta1 API, specifically version 3.0.0-beta07."],["`GetPhraseSetRequest` is a message class used by clients to request a phrase set using the `GetPhraseSet` method, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the `object` class and provides properties such as `Name` and `PhraseSetName` to define the target phrase set to retrieve."],["There are two constructors available: a parameterless constructor and one that takes another `GetPhraseSetRequest` instance as parameter for cloning."],["The `Name` property requires a specific format for identifying the phrase set, including `projects`, `locations`, and `phraseSets`, supporting locations such as `global`, `us`, and `eu`."]]],[]]