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."],[[["This document provides reference information for the `DeleteCustomClassRequest` class within the Google Cloud Speech v1 API, specifically version 3.3.0, and also shows the versions of the API from 2.2.0 to 3.8.0."],["`DeleteCustomClassRequest` is a message class used by clients to request the deletion of a custom class within the Google Cloud Speech API."],["The `DeleteCustomClassRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class has two properties: `CustomClassName`, which is a typed view of the resource name, and `Name`, which is a string that represents the name of the custom class to be deleted, following a specific format with project, location, and custom class identifiers."],["There are two constructors for this class, one that is parameterless, and one that takes in another `DeleteCustomClassRequest` as a parameter."]]],[]]