public sealed class GetPhraseSetRequest : IMessage<GetPhraseSetRequest>, IEquatable<GetPhraseSetRequest>, IDeepCloneable<GetPhraseSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class GetPhraseSetRequest.
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 document provides reference documentation for the `GetPhraseSetRequest` class within the Google Cloud Speech v1 API, specifically for version 3.3.0."],["The `GetPhraseSetRequest` class is a message sent by the client to retrieve a specific phrase set using the `GetPhraseSet` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation."],["The document outlines the class's properties, `Name` and `PhraseSetName`, which are used to specify and locate the desired phrase set resource, including formatting for the `Name` property."],["There is a list of previous versions of this API at the top of this page, ranging from version 2.2.0 to 3.8.0."]]],[]]