public sealed class UpdateRecognizerRequest : IMessage<UpdateRecognizerRequest>, IEquatable<UpdateRecognizerRequest>, IDeepCloneable<UpdateRecognizerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class UpdateRecognizerRequest.
Request message for the
[UpdateRecognizer][google.cloud.speech.v2.Speech.UpdateRecognizer] 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 page provides documentation for the `UpdateRecognizerRequest` class within the Google Cloud Speech-to-Text v2 API, used to send requests for updating recognizer resources."],["The `UpdateRecognizerRequest` class, part of the `Google.Cloud.Speech.V2` namespace, is a request message for the `UpdateRecognizer` method, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateRecognizerRequest` include `Recognizer` to specify the recognizer to be updated, `UpdateMask` to define which fields to update, and `ValidateOnly` to preview updates without actually applying them."],["The API documentation outlines the class's constructors and provides details about inherited members from the base `object` class."],["The `UpdateRecognizerRequest` class has documentation available for multiple versions of the library, with 1.4.0 being the latest available."]]],[]]