GoogleCloudDocumentaiV1BatchProcessRequest constructor
GoogleCloudDocumentaiV1BatchProcessRequest({
- GoogleCloudDocumentaiV1DocumentOutputConfig? documentOutputConfig,
- GoogleCloudDocumentaiV1BatchDocumentsInputConfig? inputDocuments,
- GoogleCloudDocumentaiV1ProcessOptions? processOptions,
- bool? skipHumanReview,
Implementation
GoogleCloudDocumentaiV1BatchProcessRequest({
this.documentOutputConfig,
this.inputDocuments,
this.processOptions,
this.skipHumanReview,
});