GoogleCloudDocumentaiV1beta3GcsDocument constructor

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

Implementation

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