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-21 UTC."],[[["This webpage details the `HumanReviewStatus` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically for .NET development."],["The latest version for `HumanReviewStatus` can be accessed at version 3.19.0, with links provided to access the versions ranging from 3.18.0 down to 1.0.0, and each link directs to the page for the specified version."],["`HumanReviewStatus` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in managing the state of human reviews for processed documents."],["Key properties of the `HumanReviewStatus` class include `HumanReviewOperation`, which names the triggered operation, `State`, which indicates the current human review state, and `StateMessage`, which provides further information regarding that state."],["The `HumanReviewStatus` class also has two constructors: a default constructor, and one allowing it to be initialized based on another pre-existing HumanReviewStatus object."]]],[]]