public sealed class GetPhraseSetRequest : IMessage<GetPhraseSetRequest>, IEquatable<GetPhraseSetRequest>, IDeepCloneable<GetPhraseSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class GetPhraseSetRequest.
Request message for the
[GetPhraseSet][google.cloud.speech.v2.Speech.GetPhraseSet] method.
[[["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 document provides reference information for the `GetPhraseSetRequest` class within the Cloud Speech-to-Text v2 API, specifically version 1.1.0 of the Google.Cloud.Speech.V2 library."],["The `GetPhraseSetRequest` class is a request message used to retrieve a specific PhraseSet, as defined by the `GetPhraseSet` method within the Speech API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like serialization, equality comparison, and deep cloning."],["It includes two constructors, a default constructor and another accepting a `GetPhraseSetRequest` instance for creating a copy, and properties such as `Name` which is the required name of the PhraseSet to retrieve, and `PhraseSetName` which is a typed view over the name."],["The `GetPhraseSetRequest` class inherits from the `object` class and has the `Google.Cloud.Speech.V2` namespace and `Google.Cloud.Speech.V2.dll` assembly."]]],[]]