TranscribObject constructor

TranscribObject(
  1. String text,
  2. String speakerId,
  3. int speechStartTimeStamp,
  4. int speechEndTimeStamp,
)

Implementation

TranscribObject(this.text, this.speakerId,this.speechStartTimeStamp,this.speechEndTimeStamp);