public sealed class BatchProcessRequest : IMessage<BatchProcessRequest>, IEquatable<BatchProcessRequest>, IDeepCloneable<BatchProcessRequest>, IBufferMessage, IMessage
Request message for batch process document method.
[[["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 `BatchProcessRequest` class within the `Google.Cloud.DocumentAI.V1` namespace, detailing its structure and usage in the Document AI API."],["The `BatchProcessRequest` class is used to send requests for batch processing documents and has a latest version of 3.19.0, along with numerous previous versions dating back to 1.0.0."],["Key properties of the `BatchProcessRequest` class include `DocumentOutputConfig`, `InputDocuments`, `Name`, `ProcessorName`, and `SkipHumanReview`, which collectively manage the input, output, processor, and human review settings for batch processing tasks."],["The `BatchProcessRequest` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide various functionalities for object interaction and data handling."],["The webpage documents the class and its constructor, detailing the parameter it contains, along with inherited members from the `Object` class that are available."]]],[]]