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."],[[["The webpage provides documentation for the `HumanReviewStatus` class within the `Google.Cloud.DocumentAI.V1` namespace, covering versions from 1.0.0 to 3.19.0, with 3.19.0 being the latest."],["`HumanReviewStatus` is a class representing the status of human review on a processed document and includes information on the current state, an associated operation name, and a status message."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class has two constructors, a default constructor, and a copy constructor, along with three properties for `HumanReviewOperation`, `State`, and `StateMessage`, all of which are detailed in the provided data."],["The documentation lists all versions of `HumanReviewStatus`, starting from 1.0.0 and ending with 3.19.0, in descending order on the page."]]],[]]