public sealed class UpdatePhraseSetRequest : IMessage<UpdatePhraseSetRequest>, IEquatable<UpdatePhraseSetRequest>, IDeepCloneable<UpdatePhraseSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class UpdatePhraseSetRequest.
Request message for the
[UpdatePhraseSet][google.cloud.speech.v2.Speech.UpdatePhraseSet] method.
[[["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 documentation details the `UpdatePhraseSetRequest` class, which is used to send requests for updating a `PhraseSet` in the Cloud Speech-to-Text v2 API."],["The `UpdatePhraseSetRequest` class includes properties for specifying the `PhraseSet` to be updated, the `UpdateMask` indicating which fields to modify, and a `ValidateOnly` option to preview changes without actually updating."],["This class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the base `object` class."],["There are two constructors available for creating instances of the `UpdatePhraseSetRequest` class: a default constructor and one that takes another `UpdatePhraseSetRequest` object for copying."],["The `UpdatePhraseSetRequest` class can be found within the `Google.Cloud.Speech.V2` namespace, and it is part of the `Google.Cloud.Speech.V2.dll` assembly."]]],[]]