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 AutomaticActivityDetectionbuild()abstract AutomaticActivityDetection.Builderdisabled(boolean disabled) abstract AutomaticActivityDetection.BuilderendOfSpeechSensitivity(EndSensitivity endOfSpeechSensitivity) endOfSpeechSensitivity(EndSensitivity.Known knownType) endOfSpeechSensitivity(String endOfSpeechSensitivity) abstract AutomaticActivityDetection.BuilderprefixPaddingMs(Integer prefixPaddingMs) abstract AutomaticActivityDetection.BuildersilenceDurationMs(Integer silenceDurationMs) abstract AutomaticActivityDetection.BuilderstartOfSpeechSensitivity(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
-