LeopardWord constructor

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

Implementation

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