SpeechSegmentConfig constructor

SpeechSegmentConfig({
  1. int? maxSpeechCaptionMs,
  2. int? silenceDurationMs,
})

Returns a new SpeechSegmentConfig instance.

Implementation

SpeechSegmentConfig({
  this.maxSpeechCaptionMs,
  this.silenceDurationMs,
});