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."],[[["This webpage provides documentation for the `UpdateCustomClassRequest` class within the Google Cloud Speech v1 API for .NET."],["The `UpdateCustomClassRequest` class is used to send messages for updating a custom class in the Speech-to-Text API, specified by its name."],["The page details different available versions of the Google Cloud Speech v1 API, from 2.2.0 up to the latest version of 3.8.0, with direct links to each."],["The documentation outlines the class's properties, including `CustomClass` and `UpdateMask`, which are used to specify the custom class to update and the fields that should be updated, respectively."],["The webpage's content also includes the class's inheritance, implementation details and associated constructors, such as a default constructor and one that takes an `UpdateCustomClassRequest` object as a parameter."]]],[]]