TurnDetection constructor
const
TurnDetection({
- TurnDetectionType? type,
- double? threshold,
- int? prefixPaddingMs,
- int? silenceDurationMs,
- bool? createResponse,
Creates a TurnDetection.
Implementation
const TurnDetection({
this.type,
this.threshold,
this.prefixPaddingMs,
this.silenceDurationMs,
this.createResponse,
});