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-17 UTC."],[[["The `HumanReviewStatus` class represents the status of human review for a processed document in the Google Cloud Document AI service."],["This class is available across multiple versions, ranging from version 1.0.0 to the latest, version 3.19.0, for the `Google.Cloud.DocumentAI.V1` namespace."],["It inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `HumanReviewStatus` class has properties such as `HumanReviewOperation`, `State`, and `StateMessage`, which provide information about the human review process."],["It contains two constructors: the default `HumanReviewStatus()` constructor, and `HumanReviewStatus(HumanReviewStatus other)` which takes another `HumanReviewStatus` as a parameter."]]],[]]