Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3BatchProcessRequest

Request message for BatchProcessDocuments.

Inheritance
object
GoogleCloudDocumentaiV1beta3BatchProcessRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3BatchProcessRequest : IDirectResponseSchema

Properties

DocumentOutputConfig

The output configuration for the BatchProcessDocuments method.

Declaration
[JsonProperty("documentOutputConfig")]
public virtual GoogleCloudDocumentaiV1beta3DocumentOutputConfig DocumentOutputConfig { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3DocumentOutputConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InputConfigs

The input config for each single document in the batch process.

Declaration
[JsonProperty("inputConfigs")]
public virtual IList<GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig> InputConfigs { get; set; }
Property Value
Type Description
IList<GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig>

InputDocuments

The input documents for the BatchProcessDocuments method.

Declaration
[JsonProperty("inputDocuments")]
public virtual GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig InputDocuments { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig

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>

OutputConfig

The overall output config for batch process.

Declaration
[JsonProperty("outputConfig")]
public virtual GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig OutputConfig { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig

ProcessOptions

Inference-time options for the process API

Declaration
[JsonProperty("processOptions")]
public virtual GoogleCloudDocumentaiV1beta3ProcessOptions ProcessOptions { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3ProcessOptions

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX