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-04-07 UTC."],[[["This webpage provides documentation for the `HumanReviewStatus` class within the `Google.Cloud.DocumentAI.V1` namespace, covering versions from 1.0.0 to the latest 3.19.0."],["The `HumanReviewStatus` class details the state of human review for a processed document and includes properties like `HumanReviewOperation`, `State`, and `StateMessage`."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Two constructors are available for `HumanReviewStatus`: a default constructor and one that accepts another `HumanReviewStatus` object for copying."],["The documentation offers links to the reference pages for each available version of `HumanReviewStatus`, allowing users to access specific details per version."]]],[]]