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 webpage details the `UpdatePhraseSetRequest` class, which is a message used by clients to initiate the `UpdatePhraseSet` method within the Google Cloud Speech API."],["The `UpdatePhraseSetRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class offers two constructors, one default and another that accepts an existing `UpdatePhraseSetRequest` object for creating a copy, and it includes properties such as `PhraseSet` and `UpdateMask`."],["The `PhraseSet` property is required and specifies the phrase set to be updated, including its name and location, while `UpdateMask` property indicates which fields should be updated."],["The page also provides documentation for several past versions, including the latest version, of the Google Cloud Speech API, all the way back to version 2.2.0, the current page describing version 2.9.0."]]],[]]