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