Classification constructor

Classification({
  1. Dimensions? dimensions,
  2. String? filePath,
  3. int? fileSize,
  4. String? label,
  5. int? labelIndex,
  6. String? modelUsed,
  7. double? score,
  8. String? status,
})

Implementation

Classification(
    {this.dimensions,
    this.filePath,
    this.fileSize,
    this.label,
    this.labelIndex,
    this.modelUsed,
    this.score,
    this.status});