SpeechText constructor

const SpeechText(
  1. String _text,
  2. int _personId,
  3. double _confidence,
  4. double _timeStampBegin,
  5. double _timeStampEnd
)

Implementation

const SpeechText(
  this._text,
  this._personId,
  this._confidence,
  this._timeStampBegin,
  this._timeStampEnd,
);