public sealed class UpdateCustomClassRequest : IMessage<UpdateCustomClassRequest>, IEquatable<UpdateCustomClassRequest>, IDeepCloneable<UpdateCustomClassRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class UpdateCustomClassRequest.
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 latest version of the `UpdateCustomClassRequest` for the Google Cloud Speech v1 API is 3.8.0, and previous versions are available, ranging from 3.7.0 down to 2.2.0."],["`UpdateCustomClassRequest` is a message sent by the client for updating custom classes in the Google Cloud Speech v1 API, as indicated by the documentation."],["The class `UpdateCustomClassRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `UpdateCustomClassRequest` object has properties such as `CustomClass` (the custom class to update) and `UpdateMask` (the fields to be updated)."],["The `CustomClass` property is required and utilizes a `name` field to identify which custom class should be updated, which is formated as `projects/{project}/locations/{location}/customClasses/{custom_class}`."]]],[]]