Uses of Class
com.google.genai.types.AutomaticActivityDetection.Builder
Packages that use AutomaticActivityDetection.Builder
-
Uses of AutomaticActivityDetection.Builder in com.google.genai.types
Methods in com.google.genai.types that return AutomaticActivityDetection.BuilderModifier and TypeMethodDescriptionAutomaticActivityDetection.builder()
Instantiates a builder for AutomaticActivityDetection.abstract AutomaticActivityDetection.Builder
AutomaticActivityDetection.Builder.disabled
(boolean disabled) Setter for disabled.abstract AutomaticActivityDetection.Builder
AutomaticActivityDetection.Builder.endOfSpeechSensitivity
(EndSensitivity endOfSpeechSensitivity) Setter for endOfSpeechSensitivity.AutomaticActivityDetection.Builder.endOfSpeechSensitivity
(EndSensitivity.Known knownType) Setter for endOfSpeechSensitivity given a known enum.AutomaticActivityDetection.Builder.endOfSpeechSensitivity
(String endOfSpeechSensitivity) Setter for endOfSpeechSensitivity given a string.abstract AutomaticActivityDetection.Builder
AutomaticActivityDetection.Builder.prefixPaddingMs
(Integer prefixPaddingMs) Setter for prefixPaddingMs.abstract AutomaticActivityDetection.Builder
AutomaticActivityDetection.Builder.silenceDurationMs
(Integer silenceDurationMs) Setter for silenceDurationMs.abstract AutomaticActivityDetection.Builder
AutomaticActivityDetection.Builder.startOfSpeechSensitivity
(StartSensitivity startOfSpeechSensitivity) Setter for startOfSpeechSensitivity.AutomaticActivityDetection.Builder.startOfSpeechSensitivity
(StartSensitivity.Known knownType) Setter for startOfSpeechSensitivity given a known enum.AutomaticActivityDetection.Builder.startOfSpeechSensitivity
(String startOfSpeechSensitivity) Setter for startOfSpeechSensitivity given a string.abstract AutomaticActivityDetection.Builder
AutomaticActivityDetection.toBuilder()
Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type AutomaticActivityDetection.BuilderModifier and TypeMethodDescriptionRealtimeInputConfig.Builder.automaticActivityDetection
(AutomaticActivityDetection.Builder automaticActivityDetectionBuilder) Setter for automaticActivityDetection builder.