RealtimeTurnDetectionConfig class

Available extensions
Annotations
  • @artifact

Constructors

RealtimeTurnDetectionConfig({int speechThresholdRms = 100, int speechStartMs = 200, int speechEndSilenceMs = 900, int preSpeechMs = 300, bool bargeInEnabled = true})
const

Properties

bargeInEnabled bool
final
hashCode int
The hash code for this object.
no setterinherited
preSpeechMs int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speechEndSilenceMs int
final
speechStartMs int
final
speechThresholdRms int
final
to → _a

Available on _12, provided by the $RealtimeTurnDetectionConfig extension

no setter

Methods

copyWith({_9? speechThresholdRms, _15 resetSpeechThresholdRms = _F, _9? deltaSpeechThresholdRms, _9? speechStartMs, _15 resetSpeechStartMs = _F, _9? deltaSpeechStartMs, _9? speechEndSilenceMs, _15 resetSpeechEndSilenceMs = _F, _9? deltaSpeechEndSilenceMs, _9? preSpeechMs, _15 resetPreSpeechMs = _F, _9? deltaPreSpeechMs, _15? bargeInEnabled, _15 resetBargeInEnabled = _F}) → _12

Available on _12, provided by the $RealtimeTurnDetectionConfig extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → _5

Available on _12, provided by the $RealtimeTurnDetectionConfig extension

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited