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