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, part of the .NET library for the Google Cloud Document AI service."],["The `ProcessResponse` class is used as a response message for the document processing method, containing the processed document and its human review status."],["The page lists various versions of `ProcessResponse`, ranging from version 1.0.0 to the latest 3.19.0, providing links to each version's specific documentation."],["`ProcessResponse` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `ProcessResponse` object has properties for `Document` and `HumanReviewStatus`, which provide information about the processed document's content and review status respectively."]]],[]]