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 documentation for the `ProcessResponse` class within the Google Cloud Document AI v1 API, specifically for .NET development."],["The latest version of the `ProcessResponse` class is 3.19.0, with a range of previous versions also documented, extending down to version 1.0.0."],["The `ProcessResponse` class is the response message for the `ProcessDocument` method and inherits from the `object` class while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ProcessResponse` class includes properties for `Document` and `HumanReviewStatus`, representing the document payload and the human review status of the processed document, respectively."],["This documentation covers both the constructors for the `ProcessResponse` class and a breakdown of the inherited members and the namespace and assembly information."]]],[]]