GoogleCloudDocumentaiV1DocumentPageLine constructor

GoogleCloudDocumentaiV1DocumentPageLine({
  1. List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>? detectedLanguages,
  2. GoogleCloudDocumentaiV1DocumentPageLayout? layout,
  3. GoogleCloudDocumentaiV1DocumentProvenance? provenance,
})

Implementation

GoogleCloudDocumentaiV1DocumentPageLine({
  this.detectedLanguages,
  this.layout,
  this.provenance,
});