public sealed class UpdatePhraseSetRequest : IMessage<UpdatePhraseSetRequest>, IEquatable<UpdatePhraseSetRequest>, IDeepCloneable<UpdatePhraseSetRequest>, IBufferMessage, IMessage
Message sent by the client for the UpdatePhraseSet 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 page documents the `UpdatePhraseSetRequest` class, which is a message sent by the client to the `UpdatePhraseSet` method within the Google Cloud Speech API."],["The `UpdatePhraseSetRequest` class is part of the `Google.Cloud.Speech.V1P1Beta1` namespace and version `2.0.0-beta09` of the library."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["The `UpdatePhraseSetRequest` includes properties such as `PhraseSet` to identify the set to be updated and `UpdateMask` to specify the fields that should be updated."],["There are two constructors available: a default constructor and another one that takes an `UpdatePhraseSetRequest` object as an argument."]]],[]]