Uses of Class
com.google.genai.types.StartSensitivity
Packages that use StartSensitivity
-
Uses of StartSensitivity in com.google.genai.types
Methods in com.google.genai.types that return types with arguments of type StartSensitivityModifier and TypeMethodDescriptionabstract Optional<StartSensitivity>
AutomaticActivityDetection.startOfSpeechSensitivity()
Determines how likely speech is to be detected.Methods in com.google.genai.types with parameters of type StartSensitivityModifier and TypeMethodDescriptionabstract AutomaticActivityDetection.Builder
AutomaticActivityDetection.Builder.startOfSpeechSensitivity
(StartSensitivity startOfSpeechSensitivity) Setter for startOfSpeechSensitivity.