Builder
Builder for AutomaticActivityDetection.
Functions
Link copied to clipboard
Link copied to clipboard
Clears the value of disabled field.
Link copied to clipboard
Clears the value of endOfSpeechSensitivity field.
Link copied to clipboard
Clears the value of prefixPaddingMs field.
Link copied to clipboard
Clears the value of silenceDurationMs field.
Link copied to clipboard
Clears the value of startOfSpeechSensitivity field.
Link copied to clipboard
Setter for disabled.
Link copied to clipboard
public abstract AutomaticActivityDetection.Builder endOfSpeechSensitivity(EndSensitivity endOfSpeechSensitivity)
Setter for endOfSpeechSensitivity.
@CanIgnoreReturnValue()
Setter for endOfSpeechSensitivity given a known enum.
@CanIgnoreReturnValue()
Setter for endOfSpeechSensitivity given a string.
Link copied to clipboard
Setter for prefixPaddingMs.
Link copied to clipboard
Setter for silenceDurationMs.
Link copied to clipboard
public abstract AutomaticActivityDetection.Builder startOfSpeechSensitivity(StartSensitivity startOfSpeechSensitivity)
Setter for startOfSpeechSensitivity.
@CanIgnoreReturnValue()
Setter for startOfSpeechSensitivity given a known enum.
@CanIgnoreReturnValue()
Setter for startOfSpeechSensitivity given a string.