public sealed class UpdateCustomClassRequest : IMessage<UpdateCustomClassRequest>, IEquatable<UpdateCustomClassRequest>, IDeepCloneable<UpdateCustomClassRequest>, IBufferMessage, IMessage
Message sent by the client for the UpdateCustomClass 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 `UpdateCustomClassRequest` class is used to send a message to the server for updating a custom class in the Speech-to-Text API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling deep cloning, equality comparison and efficient message handling."],["The latest version available is `3.0.0-beta08`, though version `2.0.0-beta09` is also listed, and version `3.0.0-beta07` is also provided in the documentation."],["The `UpdateCustomClassRequest` has two properties to modify, `CustomClass`, the class to update, and `UpdateMask`, the fields to update, both are required."],["The class inherits from `Object` and has the namespace `Google.Cloud.Speech.V1P1Beta1` within the `Google.Cloud.Speech.V1P1Beta1.dll` assembly."]]],[]]