ActionClassificationDetail constructor

ActionClassificationDetail({
  1. String label = '',
  2. String originalCategory = '',
  3. bool isFlagged = false,
  4. double score = 0.0,
})

Implementation

ActionClassificationDetail({
    this.label = '',
    this.originalCategory = '',
    this.isFlagged = false,
    this.score = 0.0,
});