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."],[[["The `GetPhraseSetRequest` class is a message sent by the client to request a specific phrase set using the `GetPhraseSet` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message operations, equality comparisons, deep cloning, and buffer message operations."],["The class includes two constructors: a default constructor and a copy constructor that takes another `GetPhraseSetRequest` object as a parameter."],["The `GetPhraseSetRequest` class contains properties such as `Name` which is a string that represents the name of the phrase set to be retrieved and `PhraseSetName` which provides a strongly-typed view over the `Name` property."],["The documentation lists multiple versions of this API, from version 2.2.0 up to the latest 3.8.0."]]],[]]