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 of the `ProcessResponse` class is 3.19.0, part of the Google Cloud Document AI v1 API."],["This page provides documentation and code samples for the `ProcessResponse` class, which is used as a response message for the `ProcessDocument` method."],["The `ProcessResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of `ProcessResponse` include `Document`, which contains the document payload, and `HumanReviewStatus`, which details the human review status of the processed document."],["Previous versions of the `ProcessResponse` class are available, dating back to version 1.0.0, and ranging up to the latest version 3.19.0."]]],[]]