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-04-17 UTC."],[[["This webpage provides documentation for the `BatchProcessRequest` class within the `Google.Cloud.DocumentAI.V1` namespace, detailing its properties, inheritance, and implementations."],["The `BatchProcessRequest` class is used as a request message for batch processing documents, as defined in the Google Cloud Document AI API, with version 3.19.0 being the most up-to-date and versions 1.0.0 to 3.18.0 available."],["Key properties of the `BatchProcessRequest` class include `DocumentOutputConfig`, `InputDocuments`, `Name`, `ProcessorName`, and `SkipHumanReview`, which control the output configuration, input documents, resource name, processor identification, and human review settings, respectively."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used across different .NET contexts and to ensure safe operations."],["The class offers two constructors: a default constructor, `BatchProcessRequest()`, and a constructor that takes another `BatchProcessRequest` object as a parameter, `BatchProcessRequest(BatchProcessRequest other)`, for copying purposes."]]],[]]