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.BuilderAutomaticActivityDetection.Builder.disabled(boolean disabled) Setter for disabled.abstract AutomaticActivityDetection.BuilderAutomaticActivityDetection.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.BuilderAutomaticActivityDetection.Builder.prefixPaddingMs(Integer prefixPaddingMs) Setter for prefixPaddingMs.abstract AutomaticActivityDetection.BuilderAutomaticActivityDetection.Builder.silenceDurationMs(Integer silenceDurationMs) Setter for silenceDurationMs.abstract AutomaticActivityDetection.BuilderAutomaticActivityDetection.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.BuilderAutomaticActivityDetection.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.