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, detailing its properties and usage."],["The latest version of the Google Cloud Document AI v1 API available is 3.19.0, and the page specifically focuses on version 3.11.0, with links to prior and later version documentation."],["The `HumanReviewStatus` class tracks the state of human review for processed documents, including the operation name, the state itself, and a descriptive state message."],["The `HumanReviewStatus` class inherits from the `object` class and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while offering constructors to create new objects."],["The provided documentation includes details about the `HumanReviewStatus` class's properties such as `HumanReviewOperation`, `State`, and `StateMessage`, alongside information about their respective data types and descriptions."]]],[]]