LeopardTranscript constructor
LeopardTranscript(
- String? _transcript,
- List<
LeopardWord> ? _words
Implementation
LeopardTranscript(this._transcript, this._words);