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."],[[["This webpage details the `GetPhraseSetRequest` class, which is a message used by clients to make `GetPhraseSet` method requests in the Google Cloud Speech V1 API."],["The `GetPhraseSetRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors: a default parameterless one and another that accepts an existing `GetPhraseSetRequest` instance to create a new copy."],["The `GetPhraseSetRequest` class includes properties such as `Name` (a string) and `PhraseSetName` (a typed view over the Name resource)."],["This page is showing the document for version `2.9.0` of the `GetPhraseSetRequest` class, and shows links to other versions ranging from 2.2.0 up to 3.8.0."]]],[]]