Class ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction
-
- All Implemented Interfaces:
public final class ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction
Configuration for input audio noise reduction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.Builder
A builder for NoiseReduction.
public final class
ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.Type
-
Method Summary
Modifier and Type Method Description final Optional<ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.Type>
type()
final JsonField<ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.Type>
_type()
Returns the raw JSON value of type. final Map<String, JsonValue>
_additionalProperties()
final ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.Builder
toBuilder()
final ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.Builder
builder()
Returns a mutable builder for constructing an instance of NoiseReduction. -
-
Method Detail
-
type
final Optional<ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.Type> type()
-
_type
final JsonField<ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.Type> _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.NoiseReduction.Builder toBuilder()
-
validate
final ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction validate()
-
builder
final static ClientSecretCreateResponse.Session.RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.Builder builder()
Returns a mutable builder for constructing an instance of NoiseReduction.
-
-
-
-