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-03-21 UTC."],[[["This page details the `BatchProcessResponse` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically for version 1.4.0, and lists various versions of the software available for review."],["`BatchProcessResponse` is a response message class for the batch process document method, and is implemented from multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `Object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BatchProcessResponse` class has two constructors, a default one and another that accepts an existing `BatchProcessResponse` object as a parameter for creating a copy."],["The latest version of the software is the 3.19.0, and can be found in the documention, followed by the previous versions."]]],[]]