public sealed class DeleteCustomClassRequest : IMessage<DeleteCustomClassRequest>, IEquatable<DeleteCustomClassRequest>, IDeepCloneable<DeleteCustomClassRequest>, IBufferMessage, IMessage
Message sent by the client for the DeleteCustomClass 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."],[[["`DeleteCustomClassRequest` is a message sent by the client to delete a custom class in the Speech API, as part of the Google.Cloud.Speech.V1P1Beta1 namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer management."],["The class can be instantiated through two constructors: a default constructor and one that takes another `DeleteCustomClassRequest` instance for creating copies."],["It includes two properties, `CustomClassName`, which provides a typed view over the resource name, and `Name`, which specifies the full name of the custom class to be deleted, following a specific format."],["The `DeleteCustomClassRequest` class is part of the `Google.Cloud.Speech.V1P1Beta1.dll` assembly and supports locations such as `global`, `us`, and `eu` for Speech-to-Text services."]]],[]]