GoogleCloudDocumentaiV1beta3BatchProcessRequest constructor
GoogleCloudDocumentaiV1beta3BatchProcessRequest({
- GoogleCloudDocumentaiV1beta3DocumentOutputConfig? documentOutputConfig,
- List<
GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchInputConfig> ? inputConfigs, - GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig? inputDocuments,
- GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig? outputConfig,
- bool? skipHumanReview,
Implementation
GoogleCloudDocumentaiV1beta3BatchProcessRequest({
this.documentOutputConfig,
this.inputConfigs,
this.inputDocuments,
this.outputConfig,
this.skipHumanReview,
});