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] 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 provides documentation for the `HumanReviewStatus` class within the Google Cloud Document AI v1 API for .NET, detailing its various versions."],["The latest version of `HumanReviewStatus` is 3.19.0, and the page includes a comprehensive list of prior versions, ranging from 1.0.0 to 3.18.0, for historical reference."],["`HumanReviewStatus` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `Object` class."],["The `HumanReviewStatus` class offers properties like `HumanReviewOperation`, `State`, and `StateMessage` to manage and represent the state of human review on processed documents."],["The documentation includes details about the constructors of the class and provides links to external documentation, such as Microsoft's .NET API reference, for inherited methods and the types of data being used."]]],[]]