public sealed class HumanReviewStatus : IMessage<HumanReviewStatus>, IEquatable<HumanReviewStatus>, IDeepCloneable<HumanReviewStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 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.v1beta3.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.v1beta3.DocumentProcessorService.ReviewDocument].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eHumanReviewStatus\u003c/code\u003e class in the Google Cloud Document AI v1beta3 API represents the status of human review for a processed document.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering functionality for message handling, equality checks, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties including \u003ccode\u003eHumanReviewOperation\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, and \u003ccode\u003eStateMessage\u003c/code\u003e, providing information about the human review operation, the current state, and any related messages.\u003c/p\u003e\n"],["\u003cp\u003eThere are three available versions of the API, version \u003ccode\u003e2.0.0-beta23\u003c/code\u003e being the most recent.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors: a default constructor and one that takes another \u003ccode\u003eHumanReviewStatus\u003c/code\u003e object for copying.\u003c/p\u003e\n"]]],[],null,["# Cloud Document AI v1beta3 API - Class HumanReviewStatus (2.0.0-beta26)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta26 (latest)](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.HumanReviewStatus)\n- [2.0.0-beta25](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/2.0.0-beta25/Google.Cloud.DocumentAI.V1Beta3.HumanReviewStatus)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/1.0.0-beta04/Google.Cloud.DocumentAI.V1Beta3.HumanReviewStatus) \n\n public sealed class HumanReviewStatus : IMessage\u003cHumanReviewStatus\u003e, IEquatable\u003cHumanReviewStatus\u003e, IDeepCloneable\u003cHumanReviewStatus\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Document AI v1beta3 API class HumanReviewStatus.\n\nThe status of human review on a processed document. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e HumanReviewStatus \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[HumanReviewStatus](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.HumanReviewStatus), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[HumanReviewStatus](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.HumanReviewStatus), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[HumanReviewStatus](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.HumanReviewStatus), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DocumentAI.V1Beta3](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.DocumentAI.V1Beta3.dll\n\nConstructors\n------------\n\n### HumanReviewStatus()\n\n public HumanReviewStatus()\n\n### HumanReviewStatus(HumanReviewStatus)\n\n public HumanReviewStatus(HumanReviewStatus other)\n\nProperties\n----------\n\n### HumanReviewOperation\n\n public string HumanReviewOperation { get; set; }\n\nThe name of the operation triggered by the processed document. This field\nis populated only when the\n\\[state\\]\\[google.cloud.documentai.v1beta3.HumanReviewStatus.state\\] is\n`HUMAN_REVIEW_IN_PROGRESS`. It has the same response type and metadata as\nthe long-running operation returned by\n\\[ReviewDocument\\]\\[google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument\\].\n\n### State\n\n public HumanReviewStatus.Types.State State { get; set; }\n\nThe state of human review on the processing request.\n\n### StateMessage\n\n public string StateMessage { get; set; }\n\nA message providing more details about the human review state."]]