Class RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction
-
- All Implemented Interfaces:
public final class RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReductionConfiguration for input audio noise reduction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.BuilderA builder for NoiseReduction.
-
Method Summary
Modifier and Type Method Description final Optional<NoiseReductionType>type()Type of noise reduction. final JsonField<NoiseReductionType>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.BuildertoBuilder()final RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReductionvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.Builderbuilder()Returns a mutable builder for constructing an instance of NoiseReduction. -
-
Method Detail
-
type
final Optional<NoiseReductionType> 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<NoiseReductionType> _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 RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.Builder toBuilder()
-
validate
final RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static RealtimeTranscriptionSessionCreateResponse.Audio.Input.NoiseReduction.Builder builder()
Returns a mutable builder for constructing an instance of NoiseReduction.
-
-
-
-