LabelDetection constructor

LabelDetection({
  1. Label? label,
  2. int? timestamp,
})

Implementation

LabelDetection({
  this.label,
  this.timestamp,
});