CheetahTranscriptAnnotated constructor

CheetahTranscriptAnnotated(
  1. String? _transcript,
  2. List<CheetahWord>? _words,
  3. bool? _isEndpoint
)

Implementation

CheetahTranscriptAnnotated(this._transcript, this._words, this._isEndpoint);