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."],[[["The `DeleteCustomClassRequest` class is a message sent by the client to request the deletion of a custom class in the Google Cloud Speech-to-Text API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The latest version for the documentation of the `DeleteCustomClassRequest` is version 3.8.0 and the page displays the documentation for version 3.0.0, with an availability for past versions."],["The `DeleteCustomClassRequest` has two properties: `CustomClassName`, which is a typed view over the resource name, and `Name`, a string representing the resource name of the custom class to delete."],["To delete a custom class, the `Name` property of the `DeleteCustomClassRequest` must be provided, following a specific format that includes the project, location, and custom class identifier."]]],[]]