Class GoogleCloudDocumentaiV1BatchProcessRequest
Request message for BatchProcessDocuments.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1BatchProcessRequest : IDirectResponseSchema
Properties
DocumentOutputConfig
The output configuration for the BatchProcessDocuments method.
Declaration
[JsonProperty("documentOutputConfig")]
public virtual GoogleCloudDocumentaiV1DocumentOutputConfig DocumentOutputConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentOutputConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InputDocuments
The input documents for the BatchProcessDocuments method.
Declaration
[JsonProperty("inputDocuments")]
public virtual GoogleCloudDocumentaiV1BatchDocumentsInputConfig InputDocuments { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1BatchDocumentsInputConfig |
Labels
Optional. The labels with user-defined metadata for the request. Label keys and values can be no longer than 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ProcessOptions
Inference-time options for the process API
Declaration
[JsonProperty("processOptions")]
public virtual GoogleCloudDocumentaiV1ProcessOptions ProcessOptions { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1ProcessOptions |
SkipHumanReview
Whether human review should be skipped for this request. Default to false
.
Declaration
[JsonProperty("skipHumanReview")]
public virtual bool? SkipHumanReview { get; set; }
Property Value
Type | Description |
---|---|
bool? |