public sealed class HumanReviewStatus : IMessage<HumanReviewStatus>, IEquatable<HumanReviewStatus>, IDeepCloneable<HumanReviewStatus>, IBufferMessage, IMessage
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] is [HUMAN_REVIEW_IN_PROGRESS]. It has
the same response type and metadata as the long running operation returned
by [ReviewDocument] 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-24 UTC."],[[["The `HumanReviewStatus` class represents the status of human review for a processed document within the `Google.Cloud.DocumentAI.V1Beta3` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comparison, cloning, and protocol buffer message handling."],["It contains properties such as `HumanReviewOperation`, `State`, and `StateMessage` to provide information about the human review process, the current state of review, and further detail about the state, respectively."],["There are two constructors for the class, one empty and one that accepts another `HumanReviewStatus` object to make copies."],["The latest version available is `2.0.0-beta23`, while this documentation is for version `1.0.0-beta04`."]]],[]]