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."],[[["The latest version of the Google Cloud Speech v1 API for GetPhraseSetRequest is 3.8.0, with multiple previous versions available, including 3.4.0."],["`GetPhraseSetRequest` is a message class used by clients to retrieve a phrase set and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetPhraseSetRequest` class has properties like `Name`, which is a required string for the phrase set's resource name and adheres to a specified format, and `PhraseSetName`, which provides a typed view of the Name property."],["This webpage provides documentation for the `GetPhraseSetRequest` class, including its constructors, properties, implemented interfaces, and inheritance from the `object` class."],["The `GetPhraseSetRequest` class is found within the `Google.Cloud.Speech.V1` namespace and is part of the Google.Cloud.Speech.V1.dll assembly."]]],[]]