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, and it is found in the Google.Cloud.DocumentAI.V1.dll assembly."],["The `HumanReviewStatus` class provides information about the state of human review on a processed document, including properties like `State`, `StateMessage`, and `HumanReviewOperation`."],["The content shows a history of versions, from 1.0.0 to the latest version 3.19.0 of the `HumanReviewStatus`, for the Google.Cloud.DocumentAI.V1, allowing users to find the version they are using and the associated documentation."],["The class implements multiple interfaces, including `IMessage`, `IEquatable\u003cHumanReviewStatus\u003e`, `IDeepCloneable\u003cHumanReviewStatus\u003e`, and `IBufferMessage`."],["The available constructors are listed, one default and one taking another HumanReviewStatus."]]],[]]