public sealed class ProcessResponse : IMessage<ProcessResponse>, IEquatable<ProcessResponse>, IDeepCloneable<ProcessResponse>, IBufferMessage, IMessage
The name of the operation triggered by the processed document. If the human
review process is not triggered, this field will be empty. It has the same
response type and metadata as the long running operation returned by
ReviewDocument 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-24 UTC."],[[["The `ProcessResponse` class is a response message for the document processing method within the `Google.Cloud.DocumentAI.V1Beta3` namespace."],["This class inherits from `Object` and implements `IMessage\u003cProcessResponse\u003e`, `IEquatable\u003cProcessResponse\u003e`, `IDeepCloneable\u003cProcessResponse\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The `ProcessResponse` class includes properties for `Document`, `HumanReviewOperation` (which is obsolete), and `HumanReviewStatus`, providing details about the processed document and any associated human review."],["There are two constructors for the class, one empty and one that accepts another ProcessResponse object."],["The current version of the class in use is 1.0.0-beta04, with 2.0.0-beta23 as the latest release."]]],[]]