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, with version 3.19.0 being the latest, which is a response message for document processing operations."],["The `ProcessResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality checks, and deep cloning."],["The class includes two constructors: a default constructor, `ProcessResponse()`, and a copy constructor, `ProcessResponse(ProcessResponse other)`."],["Key properties of the `ProcessResponse` class include `Document`, representing the processed document payload, and `HumanReviewStatus`, indicating the status of any human review conducted on the document."],["A comprehensive list of versions for the ProcessResponse class is available, starting from version 1.0.0 to the latest 3.19.0."]]],[]]