TextDetection constructor

TextDetection({
  1. double? confidence,
  2. String? detectedText,
  3. Geometry? geometry,
  4. int? id,
  5. int? parentId,
  6. TextTypes? type,
})

Implementation

TextDetection({
  this.confidence,
  this.detectedText,
  this.geometry,
  this.id,
  this.parentId,
  this.type,
});