GoogleCloudDocumentaiV1OcrConfig constructor

GoogleCloudDocumentaiV1OcrConfig({
  1. List<String>? advancedOcrOptions,
  2. bool? computeStyleInfo,
  3. bool? disableCharacterBoxesDetection,
  4. bool? enableImageQualityScores,
  5. bool? enableNativePdfParsing,
  6. bool? enableSymbol,
  7. GoogleCloudDocumentaiV1OcrConfigHints? hints,
  8. GoogleCloudDocumentaiV1OcrConfigPremiumFeatures? premiumFeatures,
})

Implementation

GoogleCloudDocumentaiV1OcrConfig({
  this.advancedOcrOptions,
  this.computeStyleInfo,
  this.disableCharacterBoxesDetection,
  this.enableImageQualityScores,
  this.enableNativePdfParsing,
  this.enableSymbol,
  this.hints,
  this.premiumFeatures,
});