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 reference documentation for the `ProcessResponse` class within the Google Cloud Document AI v1 API."],["The latest version of the API available is 3.19.0, and the documentation lists available versions ranging from 1.0.0 to 3.19.0."],["`ProcessResponse` is a response message for document processing and inherits from several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ProcessResponse` class includes properties like `Document` which represents the processed document payload, and `HumanReviewStatus` which represents the human review status of the document."],["The available constructors are `ProcessResponse()` which creates a default response, and `ProcessResponse(ProcessResponse other)` which allows you to copy another `ProcessResponse` object."]]],[]]