VaisSpeechCallback constructor

VaisSpeechCallback({
  1. dynamic onDurationChanged(
    1. Duration? duration
    )?,
  2. dynamic onConnectionChanged(
    1. bool onConnection
    )?,
  3. dynamic onGeneratedSpeechText(
    1. String text,
    2. String output,
    3. bool isFinal,
    4. String audioFileName,
    5. int stime,
    6. int etime,
    7. String liveMeetingAudioPath,
    )?,
  4. dynamic onChangeVolume(
    1. double? vol
    )?,
  5. dynamic valueInterruptionChanged(
    1. bool valueInterruption
    )?,
})

Implementation

VaisSpeechCallback({this.onDurationChanged, this.onConnectionChanged,
  this.onGeneratedSpeechText,this.onChangeVolume,this.valueInterruptionChanged});