GoogleCloudDocumentaiV1OcrConfigPremiumFeatures constructor

GoogleCloudDocumentaiV1OcrConfigPremiumFeatures({
  1. bool? computeStyleInfo,
  2. bool? enableMathOcr,
  3. bool? enableSelectionMarkDetection,
})

Implementation

GoogleCloudDocumentaiV1OcrConfigPremiumFeatures({
  this.computeStyleInfo,
  this.enableMathOcr,
  this.enableSelectionMarkDetection,
});