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 AutomaticActivityDetectionAutomaticActivityDetection.Builder.build()static AutomaticActivityDetectionDeserializes 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.BuilderRealtimeInputConfig.Builder.automaticActivityDetection(AutomaticActivityDetection automaticActivityDetection) Setter for automaticActivityDetection.