LeopardWord constructor

LeopardWord(
  1. String? _word,
  2. double startSec,
  3. double endSec,
  4. double confidence,
)

Implementation

LeopardWord(this._word, this.startSec, this.endSec, this.confidence);