Class GoogleCloudDocumentaiV1ReviewDocumentRequest
Request message for the ReviewDocument method.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1ReviewDocumentRequest : IDirectResponseSchema
Properties
DocumentSchema
The document schema of the human review task.
Declaration
[JsonProperty("documentSchema")]
public virtual GoogleCloudDocumentaiV1DocumentSchema DocumentSchema { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentSchema |
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 GoogleCloudDocumentaiV1Document InlineDocument { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1Document |
Priority
The priority of the human review task.
Declaration
[JsonProperty("priority")]
public virtual string Priority { get; set; }
Property Value
Type | Description |
---|---|
string |