public sealed class HumanReviewStatus : IMessage<HumanReviewStatus>, IEquatable<HumanReviewStatus>, IDeepCloneable<HumanReviewStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class HumanReviewStatus.
The status of human review on a processed document.
The name of the operation triggered by the processed document. This field
is populated only when the
[state][google.cloud.documentai.v1.HumanReviewStatus.state] is
HUMAN_REVIEW_IN_PROGRESS. It has the same response type and metadata as
the long-running operation returned by
[ReviewDocument][google.cloud.documentai.v1.DocumentProcessorService.ReviewDocument].
[[["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 webpage provides reference documentation for the `HumanReviewStatus` class within the Google Cloud Document AI v1 API, specifically for .NET."],["Version 3.19.0 is the latest version available, while the current documentation is for version 3.7.0, with a total of 26 listed versions ranging from 1.0.0 to 3.19.0."],["The `HumanReviewStatus` class, used to represent the status of human review on a processed document, inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `HumanReviewStatus` class include `HumanReviewOperation`, `State`, and `StateMessage`, providing details about the human review process and its current state."],["The `HumanReviewStatus` class includes two constructors, a default one and one that accepts another `HumanReviewStatus` object."]]],[]]