public sealed class DeleteProcessorRequest : IMessage<DeleteProcessorRequest>, IEquatable<DeleteProcessorRequest>, IDeepCloneable<DeleteProcessorRequest>, IBufferMessage, IMessage
[[["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 webpage provides documentation for the `DeleteProcessorRequest` class within the `Google.Cloud.DocumentAI.V1` namespace, used to request the deletion of a document processor."],["The latest version available is 3.19.0, and the page lists various historical versions of the `DeleteProcessorRequest`, dating back to version 1.0.0."],["The `DeleteProcessorRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteProcessorRequest` class has two constructors, one parameterless, and one which takes another `DeleteProcessorRequest` object."],["This page shows two properties associated with the `DeleteProcessorRequest` class, the `Name` property which is a string, and the `ProcessorName` property which is of the `ProcessorName` type."]]],[]]