public sealed class HumanReviewStatus : IMessage<HumanReviewStatus>, IEquatable<HumanReviewStatus>, IDeepCloneable<HumanReviewStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class HumanReviewStatus.
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][google.cloud.documentai.v1.HumanReviewStatus.state] is
HUMAN_REVIEW_IN_PROGRESS. It has the same response type and metadata as
the long-running operation returned by
[ReviewDocument][google.cloud.documentai.v1.DocumentProcessorService.ReviewDocument].
[[["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."],[[["This webpage provides documentation for the `HumanReviewStatus` class within the Google Cloud Document AI v1 API for .NET, with the current version being 3.12.0."],["The `HumanReviewStatus` class details the status of human review on a processed document, which can be `HUMAN_REVIEW_IN_PROGRESS`, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the `HumanReviewStatus` API class, ranging from the latest 3.19.0 down to version 1.0.0."],["The class includes properties such as `HumanReviewOperation`, `State`, and `StateMessage`, which are used to describe the current human review operation, its state, and any relevant messages."],["The class includes two constructors, a parameterless constructor, and one that receives another `HumanReviewStatus` object."]]],[]]