GoogleCloudDocumentaiV1beta2InputConfig constructor

GoogleCloudDocumentaiV1beta2InputConfig({
  1. String? contents,
  2. GoogleCloudDocumentaiV1beta2GcsSource? gcsSource,
  3. String? mimeType,
})

Implementation

GoogleCloudDocumentaiV1beta2InputConfig({
  this.contents,
  this.gcsSource,
  this.mimeType,
});