public sealed class ProcessResponse : IMessage<ProcessResponse>, IEquatable<ProcessResponse>, IDeepCloneable<ProcessResponse>, 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 page details the `ProcessResponse` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically for version 1.3.0, with links to older and newer versions."],["`ProcessResponse` is a response message for the document processing method, inheriting from `Object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default `ProcessResponse()` and a copy constructor `ProcessResponse(ProcessResponse other)`."],["The `ProcessResponse` class includes two properties: `Document`, which contains the processed document payload, and `HumanReviewStatus`, detailing the status of any human review."],["The latest version available is version 3.19.0."]]],[]]