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 documentation is for the `GetPhraseSetRequest` class within the Google Cloud Speech-to-Text v2 API, specifically version 1.3.0."],["The `GetPhraseSetRequest` class is used to structure requests for the `GetPhraseSet` method, as part of the Speech API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` (a string representing the phrase set's resource name) and `PhraseSetName` (a typed view over the resource name)."],["The documentation also includes inherited members, constructors, and versioning information for this particular class."]]],[]]