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 `ProcessResponse` class is 3.19.0, but this page specifically references version 3.16.0."],["This page provides documentation for the `ProcessResponse` class in the Google Cloud Document AI v1 API, outlining its structure and functionality."],["`ProcessResponse` is a response message for the `ProcessDocument` method, which is part of the `DocumentProcessorService`."],["The `ProcessResponse` class contains properties such as `Document` and `HumanReviewStatus`, used to represent the processed document and its human review status."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base object class."]]],[]]