Class ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.TurnDetection
-
- All Implemented Interfaces:
public final class ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.TurnDetection
Configuration for turn detection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.TurnDetection.Builder
A builder for TurnDetection.
-
Method Summary
-
-
Method Detail
-
prefixPaddingMs
final Optional<Long> prefixPaddingMs()
-
silenceDurationMs
final Optional<Long> silenceDurationMs()
-
_prefixPaddingMs
final JsonField<Long> _prefixPaddingMs()
Returns the raw JSON value of prefixPaddingMs.
Unlike prefixPaddingMs, this method doesn't throw if the JSON field has an unexpected type.
-
_silenceDurationMs
final JsonField<Long> _silenceDurationMs()
Returns the raw JSON value of silenceDurationMs.
Unlike silenceDurationMs, this method doesn't throw if the JSON field has an unexpected type.
-
_threshold
final JsonField<Double> _threshold()
Returns the raw JSON value of threshold.
Unlike threshold, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<String> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.TurnDetection.Builder toBuilder()
-
validate
final ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.TurnDetection validate()
-
builder
final static ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.TurnDetection.Builder builder()
Returns a mutable builder for constructing an instance of TurnDetection.
-
-
-
-