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."],[[["This page provides documentation for the `ProcessResponse` class within the Google Cloud Document AI v1 API, with the latest version being 3.19.0."],["The `ProcessResponse` class serves as the response message for the `ProcessDocument` method in the DocumentProcessorService."],["The class includes two main properties: `Document`, which contains the processed document's payload, and `HumanReviewStatus`, indicating the status of any human review performed."],["The `ProcessResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the `object` class."],["The documentation lists available versions ranging from 1.0.0 to the latest 3.19.0, with version 3.8.0 as the current documentation."]]],[]]