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.
Response message for the
[ProcessDocument][google.cloud.documentai.v1.DocumentProcessorService.ProcessDocument] method.
[[["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 the Document AI v1 API class ProcessResponse is 3.19.0, with the current page focusing on version 3.15.0."],["This document details the `ProcessResponse` class, which is the response message for the `ProcessDocument` method within the Cloud Document AI v1 API."],["The `ProcessResponse` class inherits from `object` and implements `IMessage`, `IEquatable\u003cProcessResponse\u003e`, `IDeepCloneable\u003cProcessResponse\u003e`, and `IBufferMessage`."],["Key properties of the `ProcessResponse` class include `Document`, representing the document payload, and `HumanReviewStatus`, indicating the status of human review on the processed document."],["Constructors for `ProcessResponse` include a default constructor `ProcessResponse()` and a copy constructor `ProcessResponse(ProcessResponse other)`."]]],[]]