TextDetectionParams constructor

TextDetectionParams({
  1. List<String>? advancedOcrOptions,
  2. bool? enableTextDetectionConfidenceScore,
})

Implementation

TextDetectionParams({
  this.advancedOcrOptions,
  this.enableTextDetectionConfidenceScore,
});