RealtimeInputConfig_AutomaticActivityDetection constructor

RealtimeInputConfig_AutomaticActivityDetection({
  1. bool? disabled,
  2. RealtimeInputConfig_AutomaticActivityDetection_StartSensitivity? startOfSpeechSensitivity,
  3. int? prefixPaddingMs,
  4. RealtimeInputConfig_AutomaticActivityDetection_EndSensitivity? endOfSpeechSensitivity,
  5. int? silenceDurationMs,
})

Implementation

RealtimeInputConfig_AutomaticActivityDetection({
  this.disabled,
  this.startOfSpeechSensitivity,
  this.prefixPaddingMs,
  this.endOfSpeechSensitivity,
  this.silenceDurationMs,
}) : super(fullyQualifiedName);