View Source ExOpenAI.Components.NoiseReductionType (ex_openai.ex v2.0.0-beta2)

Type of noise reduction. near_field is for close-talking microphones such as headphones, far_field is for far-field microphones such as laptop or conference room microphones.

Type

:near_field | :far_field

Allowed Values

"near_field", "far_field"

Summary

Types

@type t() :: :near_field | :far_field