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."],[[["This webpage provides reference documentation for the `UpdatePhraseSetRequest` class within the Google Cloud Speech v1 API for .NET."],["The `UpdatePhraseSetRequest` class is used to send messages to update a specific phrase set within the Google Cloud Speech service, indicated by the name and location."],["The latest available version of the documentation is 3.8.0, and this page covers version 3.3.0, with multiple prior versions available for reference."],["The `UpdatePhraseSetRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `UpdatePhraseSetRequest` class has two properties to be configured: `PhraseSet`, the phrase set that needs to be updated, and `UpdateMask` specifying the list of fields that are to be updated."]]],[]]