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."],[[["The latest version of the `ProcessResponse` class in the Google Cloud Document AI v1 API is 3.19.0, although the current documentation is for version 3.3.0."],["`ProcessResponse` is a class that serves as the response message for the process document method within the Google.Cloud.DocumentAI.V1 namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and structure."],["The `ProcessResponse` class contains properties such as `Document`, which holds the document payload, and `HumanReviewStatus`, which provides information about human review."],["There are numerous previous versions of the `ProcessResponse` class available for reference, spanning from version 1.0.0 to 3.18.0."]]],[]]