Package com.google.genai.types
Class AutomaticActivityDetection.Builder
java.lang.Object
com.google.genai.types.AutomaticActivityDetection.Builder
- Enclosing class:
- AutomaticActivityDetection
Builder for AutomaticActivityDetection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AutomaticActivityDetection
build()
abstract AutomaticActivityDetection.Builder
disabled
(boolean disabled) abstract AutomaticActivityDetection.Builder
endOfSpeechSensitivity
(EndSensitivity endOfSpeechSensitivity) endOfSpeechSensitivity
(EndSensitivity.Known knownType) endOfSpeechSensitivity
(String endOfSpeechSensitivity) abstract AutomaticActivityDetection.Builder
prefixPaddingMs
(Integer prefixPaddingMs) abstract AutomaticActivityDetection.Builder
silenceDurationMs
(Integer silenceDurationMs) abstract AutomaticActivityDetection.Builder
startOfSpeechSensitivity
(StartSensitivity startOfSpeechSensitivity) startOfSpeechSensitivity
(StartSensitivity.Known knownType) startOfSpeechSensitivity
(String startOfSpeechSensitivity)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
disabled
-
startOfSpeechSensitivity
public abstract AutomaticActivityDetection.Builder startOfSpeechSensitivity(StartSensitivity startOfSpeechSensitivity) -
startOfSpeechSensitivity
@CanIgnoreReturnValue public AutomaticActivityDetection.Builder startOfSpeechSensitivity(StartSensitivity.Known knownType) -
startOfSpeechSensitivity
@CanIgnoreReturnValue public AutomaticActivityDetection.Builder startOfSpeechSensitivity(String startOfSpeechSensitivity) -
endOfSpeechSensitivity
public abstract AutomaticActivityDetection.Builder endOfSpeechSensitivity(EndSensitivity endOfSpeechSensitivity) -
endOfSpeechSensitivity
@CanIgnoreReturnValue public AutomaticActivityDetection.Builder endOfSpeechSensitivity(EndSensitivity.Known knownType) -
endOfSpeechSensitivity
@CanIgnoreReturnValue public AutomaticActivityDetection.Builder endOfSpeechSensitivity(String endOfSpeechSensitivity) -
prefixPaddingMs
-
silenceDurationMs
-
build
-