public sealed class ProcessResponse : IMessage<ProcessResponse>, IEquatable<ProcessResponse>, IDeepCloneable<ProcessResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class ProcessResponse.
Response message for the
[ProcessDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ProcessDocument]
method.
The name of the operation triggered by the processed document. If the human
review process isn't triggered, this field is empty. It has the same
response type and metadata as the long-running operation returned by
[ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument].
[[["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-24 UTC."],[[["The `ProcessResponse` class is a response message for the `ProcessDocument` method within the Cloud Document AI v1beta3 API, which is used for processing documents."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["It has two constructors: a default one and another that accepts a `ProcessResponse` object for copying."],["The `ProcessResponse` class includes properties such as `Document`, `HumanReviewOperation`, and `HumanReviewStatus`, providing access to the processed document, human review operation details, and human review status, respectively."],["The namespace for `ProcessResponse` is Google.Cloud.DocumentAI.V1Beta3, and the assembly is Google.Cloud.DocumentAI.V1Beta3.dll."]]],[]]