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."],[[["The latest version available for `ProcessResponse` in the `Google.Cloud.DocumentAI.V1` namespace is 3.19.0, with a comprehensive list of previous versions ranging from 3.18.0 down to 1.0.0."],["`ProcessResponse` is a message type that serves as the response for the document processing method within the Document AI API."],["The `ProcessResponse` class inherits from the `Object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties such as `Document`, which represents the document payload, and `HumanReviewStatus`, indicating the human review status of the document."],["There are two constructors for `ProcessResponse`: a default constructor and one that takes another `ProcessResponse` object as a parameter for copying."]]],[]]