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, specifically for the .NET environment."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide various capabilities such as message handling, equality comparison, deep cloning, and buffered message access."],["The `DeleteCustomClassRequest` includes properties like `CustomClassName` and `Name`, where `Name` specifies the resource path of the custom class to delete, requiring a specific format involving project, location, and class identifiers."],["The documentation covers a range of versions for this class within the Google Cloud Speech v1 API, with version 3.8.0 as the latest, and includes other versions going back to 2.2.0."]]],[]]