GoogleCloudDocumentaiV1DocumentPageSymbol constructor

GoogleCloudDocumentaiV1DocumentPageSymbol({
  1. List<GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>? detectedLanguages,
  2. GoogleCloudDocumentaiV1DocumentPageLayout? layout,
})

Implementation

GoogleCloudDocumentaiV1DocumentPageSymbol({
  this.detectedLanguages,
  this.layout,
});