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-03-21 UTC."],[[["This webpage provides documentation for the `HumanReviewStatus` class within the Google Cloud Document AI v1 API, specifically for .NET development, across multiple versions, ranging from the latest 3.19.0 to as early as 1.0.0."],["The `HumanReviewStatus` class is used to represent and manage the status of human review processes applied to processed documents."],["The `HumanReviewStatus` class, accessible through the namespace `Google.Cloud.DocumentAI.V1`, includes properties like `HumanReviewOperation`, `State`, and `StateMessage` to relay operation details, review state and any potential error messages."],["The most recent version of `HumanReviewStatus` is version 3.19.0, which is linked at the top of the page, while the current page is showing version 3.9.0, and the class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]