ClassificationCategory constructor

ClassificationCategory({
  1. double? confidence,
  2. String? name,
})

Implementation

ClassificationCategory({this.confidence, this.name});