Class RealtimeTranscriptionSessionCreateRequest.InputAudioNoiseReduction
-
- All Implemented Interfaces:
public final class RealtimeTranscriptionSessionCreateRequest.InputAudioNoiseReductionConfiguration for input audio noise reduction. This can be set to
nullto turn off. Noise reduction filters audio added to the input audio buffer before it is sent to VAD and the model. Filtering the audio can improve VAD and turn detection accuracy (reducing false positives) and model performance by improving perception of the input audio.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRealtimeTranscriptionSessionCreateRequest.InputAudioNoiseReduction.BuilderA builder for InputAudioNoiseReduction.
public final classRealtimeTranscriptionSessionCreateRequest.InputAudioNoiseReduction.TypeType of noise reduction.
near_fieldis for close-talking microphones such as headphones,far_fieldis for far-field microphones such as laptop or conference room microphones.
-
Method Summary
Modifier and Type Method Description final Optional<RealtimeTranscriptionSessionCreateRequest.InputAudioNoiseReduction.Type>type()Type of noise reduction. final JsonField<RealtimeTranscriptionSessionCreateRequest.InputAudioNoiseReduction.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final RealtimeTranscriptionSessionCreateRequest.InputAudioNoiseReduction.BuildertoBuilder()final RealtimeTranscriptionSessionCreateRequest.InputAudioNoiseReductionvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RealtimeTranscriptionSessionCreateRequest.InputAudioNoiseReduction.Builderbuilder()Returns a mutable builder for constructing an instance of InputAudioNoiseReduction. -
-
Method Detail
-
type
final Optional<RealtimeTranscriptionSessionCreateRequest.InputAudioNoiseReduction.Type> type()
Type of noise reduction.
near_fieldis for close-talking microphones such as headphones,far_fieldis for far-field microphones such as laptop or conference room microphones.
-
_type
final JsonField<RealtimeTranscriptionSessionCreateRequest.InputAudioNoiseReduction.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 RealtimeTranscriptionSessionCreateRequest.InputAudioNoiseReduction.Builder toBuilder()
-
builder
final static RealtimeTranscriptionSessionCreateRequest.InputAudioNoiseReduction.Builder builder()
Returns a mutable builder for constructing an instance of InputAudioNoiseReduction.
-
-
-
-