public sealed class ReviewDocumentRequest : IMessage<ReviewDocumentRequest>, IEquatable<ReviewDocumentRequest>, IDeepCloneable<ReviewDocumentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class ReviewDocumentRequest.
Request message for the
[ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument]
method.
[[["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\u003eThis documentation is for the \u003ccode\u003eReviewDocumentRequest\u003c/code\u003e class within the Google Cloud Document AI v1beta3 API, specifically within the \u003ccode\u003eGoogle.Cloud.DocumentAI.V1Beta3\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReviewDocumentRequest\u003c/code\u003e class is used to make requests for the \u003ccode\u003eReviewDocument\u003c/code\u003e method, allowing for document reviews.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for interacting with and manipulating requests.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eReviewDocumentRequest\u003c/code\u003e include \u003ccode\u003eDocument\u003c/code\u003e, \u003ccode\u003eDocumentSchema\u003c/code\u003e, \u003ccode\u003eEnableSchemaValidation\u003c/code\u003e, \u003ccode\u003eHumanReviewConfig\u003c/code\u003e, \u003ccode\u003eInlineDocument\u003c/code\u003e, and \u003ccode\u003ePriority\u003c/code\u003e, which are used to define the review process.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for this documentation is 2.0.0-beta23, with older beta versions 2.0.0-beta22, and 1.0.0-beta04 also listed.\u003c/p\u003e\n"]]],[],null,["# Cloud Document AI v1beta3 API - Class ReviewDocumentRequest (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.ReviewDocumentRequest)\n- [2.0.0-beta25](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/2.0.0-beta25/Google.Cloud.DocumentAI.V1Beta3.ReviewDocumentRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/1.0.0-beta04/Google.Cloud.DocumentAI.V1Beta3.ReviewDocumentRequest) \n\n public sealed class ReviewDocumentRequest : IMessage\u003cReviewDocumentRequest\u003e, IEquatable\u003cReviewDocumentRequest\u003e, IDeepCloneable\u003cReviewDocumentRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Document AI v1beta3 API class ReviewDocumentRequest.\n\nRequest message for the\n\\[ReviewDocument\\]\\[google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument\\]\nmethod. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ReviewDocumentRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ReviewDocumentRequest](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ReviewDocumentRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ReviewDocumentRequest](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ReviewDocumentRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ReviewDocumentRequest](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ReviewDocumentRequest), [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### ReviewDocumentRequest()\n\n public ReviewDocumentRequest()\n\n### ReviewDocumentRequest(ReviewDocumentRequest)\n\n public ReviewDocumentRequest(ReviewDocumentRequest other)\n\nProperties\n----------\n\n### Document\n\n [Obsolete]\n public Document Document { get; set; }\n\nThe document that needs human review.\n\n### DocumentSchema\n\n public DocumentSchema DocumentSchema { get; set; }\n\nThe document schema of the human review task.\n\n### EnableSchemaValidation\n\n public bool EnableSchemaValidation { get; set; }\n\nWhether the validation should be performed on the ad-hoc review request.\n\n### HumanReviewConfig\n\n public string HumanReviewConfig { get; set; }\n\nRequired. The resource name of the\n\\[HumanReviewConfig\\]\\[google.cloud.documentai.v1beta3.HumanReviewConfig\\] that\nthe document will be reviewed with.\n\n### HumanReviewConfigAsHumanReviewConfigName\n\n public HumanReviewConfigName HumanReviewConfigAsHumanReviewConfigName { get; set; }\n\n[HumanReviewConfigName](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.HumanReviewConfigName)-typed view over the [HumanReviewConfig](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.ReviewDocumentRequest#Google_Cloud_DocumentAI_V1Beta3_ReviewDocumentRequest_HumanReviewConfig) resource name\nproperty.\n\n### InlineDocument\n\n public Document InlineDocument { get; set; }\n\nAn inline document proto.\n\n### Priority\n\n public ReviewDocumentRequest.Types.Priority Priority { get; set; }\n\nThe priority of the human review task.\n\n### SourceCase\n\n public ReviewDocumentRequest.SourceOneofCase SourceCase { get; }"]]