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."],[[["The `GetPhraseSetRequest` class is a request message for the `GetPhraseSet` method in the Cloud Speech-to-Text v2 API, used to retrieve a specific PhraseSet."],["The latest version of the `GetPhraseSetRequest` documentation is 1.4.0, with versions ranging down to 1.0.0 available for reference."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, for functionalities such as message handling and cloning."],["It includes constructors for creating an instance of `GetPhraseSetRequest`, both with default settings and from an existing `GetPhraseSetRequest` object."],["It contains two properties, `Name` which is a string representing the name of the PhraseSet to be retrieved, and `PhraseSetName` which provides a typed view of the `Name` property."]]],[]]