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.
[[["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, specifically for the .NET environment, across multiple versions, with the latest being 3.19.0."],["The `ProcessResponse` class is used as a response message for the document processing method and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ProcessResponse` class has two key properties: `Document`, which contains the document payload after processing, and `HumanReviewStatus`, which indicates the status of human review for the processed document."],["The documentation covers the `ProcessResponse` class constructors, `ProcessResponse()` and `ProcessResponse(ProcessResponse)`, along with inherited members from the base `Object` class."],["The namespace for the `ProcessResponse` class is `Google.Cloud.DocumentAI.V1`, and it is located in the `Google.Cloud.DocumentAI.V1.dll` assembly."]]],[]]