public sealed class DeleteCustomClassRequest : IMessage<DeleteCustomClassRequest>, IEquatable<DeleteCustomClassRequest>, IDeepCloneable<DeleteCustomClassRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class DeleteCustomClassRequest.
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."],[[["The `DeleteCustomClassRequest` class is used to send a request to delete a custom class in the Google Cloud Speech v1 API, and it is part of the `Google.Cloud.Speech.V1` namespace."],["The latest version of the `DeleteCustomClassRequest` documentation is 3.8.0, with multiple older versions available, ranging back to 2.2.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which provide added functionality."],["The `DeleteCustomClassRequest` class includes properties such as `CustomClassName` and `Name`, which are essential for specifying the custom class to be deleted."],["The `Name` property within the class specifies the format for the custom class to be deleted in the following format `projects/{project}/locations/{location}/customClasses/{custom_class}`."]]],[]]