GoogleCloudDocumentaiV1DocumentPageLine constructor
GoogleCloudDocumentaiV1DocumentPageLine({
- List<
GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> ? detectedLanguages, - GoogleCloudDocumentaiV1DocumentPageLayout? layout,
- GoogleCloudDocumentaiV1DocumentProvenance? provenance,
Implementation
GoogleCloudDocumentaiV1DocumentPageLine({
this.detectedLanguages,
this.layout,
this.provenance,
});