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."],[[["This webpage details the `UpdateCustomClassRequest` message used in the Google Cloud Speech-to-Text API, specifically within the `Google.Cloud.Speech.V1` namespace and version 2.9.0 of the library."],["The `UpdateCustomClassRequest` class is designed for clients to send requests for the `UpdateCustomClass` method, allowing them to modify existing custom classes in the Speech-to-Text service."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class, and includes constructors for creating new instances, as well as the properties `CustomClass` and `UpdateMask` which are used to manage the update process."],["The content provides a history of previous versions of the `UpdateCustomClassRequest` including a list from version 2.2.0 to 3.8.0, with 3.8.0 being the most recent."],["The `CustomClass` property specifies the custom class to be updated by its `name` field in the format `projects/{project}/locations/{location}/customClasses/{custom_class}`, with supported locations including `global`, `us`, and `eu`."]]],[]]