CheetahTranscriptAnnotated constructor
CheetahTranscriptAnnotated(
- String? _transcript,
- List<
CheetahWord> ? _words, - bool? _isEndpoint
Implementation
CheetahTranscriptAnnotated(this._transcript, this._words, this._isEndpoint);