Uses of Class
com.google.genai.types.AutomaticActivityDetection
Packages that use AutomaticActivityDetection
-
Uses of AutomaticActivityDetection in com.google.genai.types
Methods in com.google.genai.types that return AutomaticActivityDetectionModifier and TypeMethodDescriptionabstract AutomaticActivityDetection
AutomaticActivityDetection.Builder.build()
static AutomaticActivityDetection
Deserializes a JSON string to a AutomaticActivityDetection object.Methods in com.google.genai.types that return types with arguments of type AutomaticActivityDetectionModifier and TypeMethodDescriptionabstract Optional<AutomaticActivityDetection>
RealtimeInputConfig.automaticActivityDetection()
If not set, automatic activity detection is enabled by default.Methods in com.google.genai.types with parameters of type AutomaticActivityDetectionModifier and TypeMethodDescriptionabstract RealtimeInputConfig.Builder
RealtimeInputConfig.Builder.automaticActivityDetection
(AutomaticActivityDetection automaticActivityDetection) Setter for automaticActivityDetection.