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 documentation for the `GetPhraseSetRequest` class within the Cloud Speech-to-Text v2 API, detailing its properties, constructors, and inheritance."],["The `GetPhraseSetRequest` class is used to request a specific PhraseSet by its name, utilizing the `Name` property for the full resource path or the `PhraseSetName` property for a typed view of the name."],["The class is implemented to inherit from an `object` and uses interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` that it will implement."],["The latest version of the `GetPhraseSetRequest` class is 1.4.0, and the documentation also includes the previous versions, going back to 1.0.0."]]],[]]