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 webpage details the `ProcessResponse` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically for version 1.4.0, with links to various versions ranging from 1.0.0 to 3.19.0."],["`ProcessResponse` is a response message used for the document processing method, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It includes two constructors: a default constructor `ProcessResponse()` and an overloaded constructor `ProcessResponse(ProcessResponse other)` to create copies."],["The `ProcessResponse` class contains properties `Document` and `HumanReviewStatus`, which provide information on the document payload and the human review status respectively."]]],[]]