public sealed class UpdatePhraseSetRequest : IMessage<UpdatePhraseSetRequest>, IEquatable<UpdatePhraseSetRequest>, IDeepCloneable<UpdatePhraseSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class UpdatePhraseSetRequest.
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."],[[["The `UpdatePhraseSetRequest` class is part of the Google Cloud Speech v1 API, facilitating updates to phrase sets for speech recognition."],["Version 3.8.0 is the latest available version of the `UpdatePhraseSetRequest` class, with various prior versions available down to 2.2.0."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["`UpdatePhraseSetRequest` includes properties such as `PhraseSet` and `UpdateMask`, used to specify the phrase set to be updated and the fields that require modification, respectively."],["The `PhraseSet` property requires a name in a specific format (`projects/{project}/locations/{location}/phraseSets/{phrase_set}`) to identify the set to update, supporting three locations: global, us, and eu."]]],[]]