RealtimeInputConfig_AutomaticActivityDetection constructor
RealtimeInputConfig_AutomaticActivityDetection({
- bool? disabled,
- RealtimeInputConfig_AutomaticActivityDetection_StartSensitivity? startOfSpeechSensitivity,
- int? prefixPaddingMs,
- RealtimeInputConfig_AutomaticActivityDetection_EndSensitivity? endOfSpeechSensitivity,
- int? silenceDurationMs,
Implementation
RealtimeInputConfig_AutomaticActivityDetection({
this.disabled,
this.startOfSpeechSensitivity,
this.prefixPaddingMs,
this.endOfSpeechSensitivity,
this.silenceDurationMs,
}) : super(fullyQualifiedName);