GoogleCloudDocumentaiV1DocumentPageDetectedBarcode constructor

GoogleCloudDocumentaiV1DocumentPageDetectedBarcode({
  1. GoogleCloudDocumentaiV1Barcode? barcode,
  2. GoogleCloudDocumentaiV1DocumentPageLayout? layout,
})

Implementation

GoogleCloudDocumentaiV1DocumentPageDetectedBarcode({
  this.barcode,
  this.layout,
});