GoogleCloudDocumentaiV1GcsDocument constructor

GoogleCloudDocumentaiV1GcsDocument({
  1. String? gcsUri,
  2. String? mimeType,
})

Implementation

GoogleCloudDocumentaiV1GcsDocument({
  this.gcsUri,
  this.mimeType,
});