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) abstract AutomaticActivityDetection.BuilderAutomaticActivityDetection.Builder.endOfSpeechSensitivity(EndSensitivity endOfSpeechSensitivity) AutomaticActivityDetection.Builder.endOfSpeechSensitivity(EndSensitivity.Known knownType) AutomaticActivityDetection.Builder.endOfSpeechSensitivity(String endOfSpeechSensitivity) abstract AutomaticActivityDetection.BuilderAutomaticActivityDetection.Builder.prefixPaddingMs(Integer prefixPaddingMs) abstract AutomaticActivityDetection.BuilderAutomaticActivityDetection.Builder.silenceDurationMs(Integer silenceDurationMs) abstract AutomaticActivityDetection.BuilderAutomaticActivityDetection.Builder.startOfSpeechSensitivity(StartSensitivity startOfSpeechSensitivity) AutomaticActivityDetection.Builder.startOfSpeechSensitivity(StartSensitivity.Known knownType) AutomaticActivityDetection.Builder.startOfSpeechSensitivity(String startOfSpeechSensitivity) abstract AutomaticActivityDetection.BuilderAutomaticActivityDetection.toBuilder()Creates a builder with the same values as this instance.