Interface protos.google.cloud.documentai.v1beta3.IBatchProcessRequest (2.10.0)

Properties of a BatchProcessRequest.

Package

@google-cloud/documentai!

Properties

documentOutputConfig

documentOutputConfig?: (google.cloud.documentai.v1beta3.IDocumentOutputConfig|null);

BatchProcessRequest documentOutputConfig

Property Value
TypeDescription
(google.cloud.documentai.v1beta3.IDocumentOutputConfig|null)

inputConfigs

inputConfigs?: (google.cloud.documentai.v1beta3.BatchProcessRequest.IBatchInputConfig[]|null);

BatchProcessRequest inputConfigs

Property Value
TypeDescription
(google.cloud.documentai.v1beta3.BatchProcessRequest.IBatchInputConfig[]|null)

inputDocuments

inputDocuments?: (google.cloud.documentai.v1beta3.IBatchDocumentsInputConfig|null);

BatchProcessRequest inputDocuments

Property Value
TypeDescription
(google.cloud.documentai.v1beta3.IBatchDocumentsInputConfig|null)

name

name?: (string|null);

BatchProcessRequest name

Property Value
TypeDescription
(string|null)

outputConfig

outputConfig?: (google.cloud.documentai.v1beta3.BatchProcessRequest.IBatchOutputConfig|null);

BatchProcessRequest outputConfig

Property Value
TypeDescription
(google.cloud.documentai.v1beta3.BatchProcessRequest.IBatchOutputConfig|null)

skipHumanReview

skipHumanReview?: (boolean|null);

BatchProcessRequest skipHumanReview

Property Value
TypeDescription
(boolean|null)