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 webpage provides reference documentation for the `ProcessResponse` class within the Google Cloud Document AI v1 API."],["The `ProcessResponse` class serves as the response message for the `ProcessDocument` method, and the latest version of this class is 3.19.0, while the current page shows version 3.13.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["`ProcessResponse` contains two key properties, `Document` and `HumanReviewStatus`, that provide details about the processed document and its human review status."],["There is a full history of the different versions of the ProcessResponse class available, all the way from 1.0.0 to the latest 3.19.0."]]],[]]