Interface protos.google.cloud.documentai.v1.IBatchProcessRequest (3.0.2)

Properties of a BatchProcessRequest.

Package

@google-cloud/documentai!

Properties

documentOutputConfig

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

BatchProcessRequest documentOutputConfig

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

inputDocuments

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

BatchProcessRequest inputDocuments

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

name

name?: (string|null);

BatchProcessRequest name

Property Value
TypeDescription
(string|null)

skipHumanReview

skipHumanReview?: (boolean|null);

BatchProcessRequest skipHumanReview

Property Value
TypeDescription
(boolean|null)