public sealed class ReviewDocumentRequest : IMessage<ReviewDocumentRequest>, IEquatable<ReviewDocumentRequest>, IDeepCloneable<ReviewDocumentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class ReviewDocumentRequest.
Request message for the [ReviewDocument][google.cloud.documentai.v1.DocumentProcessorService.ReviewDocument] method.
Implements
IMessageReviewDocumentRequest, IEquatableReviewDocumentRequest, IDeepCloneableReviewDocumentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
ReviewDocumentRequest()
public ReviewDocumentRequest()ReviewDocumentRequest(ReviewDocumentRequest)
public ReviewDocumentRequest(ReviewDocumentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ReviewDocumentRequest |
Properties
DocumentSchema
public DocumentSchema DocumentSchema { get; set; }The document schema of the human review task.
| Property Value | |
|---|---|
| Type | Description |
DocumentSchema |
|
EnableSchemaValidation
public bool EnableSchemaValidation { get; set; }Whether the validation should be performed on the ad-hoc review request.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HumanReviewConfig
public string HumanReviewConfig { get; set; }Required. The resource name of the [HumanReviewConfig][google.cloud.documentai.v1.HumanReviewConfig] that the document will be reviewed with.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HumanReviewConfigAsHumanReviewConfigName
public HumanReviewConfigName HumanReviewConfigAsHumanReviewConfigName { get; set; }HumanReviewConfigName-typed view over the HumanReviewConfig resource name property.
| Property Value | |
|---|---|
| Type | Description |
HumanReviewConfigName |
|
InlineDocument
public Document InlineDocument { get; set; }An inline document proto.
| Property Value | |
|---|---|
| Type | Description |
Document |
|
Priority
public ReviewDocumentRequest.Types.Priority Priority { get; set; }The priority of the human review task.
| Property Value | |
|---|---|
| Type | Description |
ReviewDocumentRequestTypesPriority |
|
SourceCase
public ReviewDocumentRequest.SourceOneofCase SourceCase { get; }| Property Value | |
|---|---|
| Type | Description |
ReviewDocumentRequestSourceOneofCase |
|