public sealed class BatchProcessResponse : IMessage<BatchProcessResponse>, IEquatable<BatchProcessResponse>, IDeepCloneable<BatchProcessResponse>, IBufferMessage, IMessage
Response 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."],[[["The webpage provides documentation for the `BatchProcessResponse` class within the `Google.Cloud.DocumentAI.V1` namespace, detailing its implementation and inheritance."],["The class is part of the `Google.Cloud.DocumentAI.V1.dll` assembly and is defined as a response message for batch document processing operations."],["The `BatchProcessResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers versions of `BatchProcessResponse` from version 1.0.0 up to the latest version, 3.19.0, providing links to the documentation of each of them."],["There are two constructors that are described for the `BatchProcessResponse` class: a parameterless constructor and one that takes another instance of `BatchProcessResponse`."]]],[]]