Class GoogleCloudDocumentaiV1beta3ReviewDocumentRequest
Request message for the ReviewDocument method.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3ReviewDocumentRequest : IDirectResponseSchema
Properties
Document
The document that needs human review.
Declaration
[JsonProperty("document")]
public virtual GoogleCloudDocumentaiV1beta3Document Document { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3Document |
DocumentSchema
The document schema of the human review task.
Declaration
[JsonProperty("documentSchema")]
public virtual GoogleCloudDocumentaiV1beta3DocumentSchema DocumentSchema { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DocumentSchema |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableSchemaValidation
Whether the validation should be performed on the ad-hoc review request.
Declaration
[JsonProperty("enableSchemaValidation")]
public virtual bool? EnableSchemaValidation { get; set; }
Property Value
Type | Description |
---|---|
bool? |
InlineDocument
An inline document proto.
Declaration
[JsonProperty("inlineDocument")]
public virtual GoogleCloudDocumentaiV1beta3Document InlineDocument { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3Document |
Priority
The priority of the human review task.
Declaration
[JsonProperty("priority")]
public virtual string Priority { get; set; }
Property Value
Type | Description |
---|---|
string |