public sealed class ProcessResponse : IMessage<ProcessResponse>, IEquatable<ProcessResponse>, IDeepCloneable<ProcessResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class ProcessResponse.
[[["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 `ProcessResponse` class is part of the Google Cloud Document AI v1 API, specifically within the `Google.Cloud.DocumentAI.V1` namespace."],["This class represents the response message received after processing a document via the document processing method."],["The latest version of the `ProcessResponse` API class available is 3.19.0, and previous versions are available for reference from 3.18.0 all the way down to 1.0.0."],["`ProcessResponse` inherits from Object and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ProcessResponse` include `Document`, which contains the processed document's payload, and `HumanReviewStatus`, indicating the status of human review."]]],[]]