Class: Telnyx::Models::AI::TranscriptionSettingsConfig
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::AI::TranscriptionSettingsConfig
- Defined in:
- lib/telnyx/models/ai/transcription_settings_config.rb
Instance Attribute Summary collapse
-
#eager_eot_threshold ⇒ Float?
Available only for deepgram/flux.
-
#eot_threshold ⇒ Float?
Available only for deepgram/flux.
-
#eot_timeout_ms ⇒ Integer?
Available only for deepgram/flux.
- #numerals ⇒ Boolean?
- #smart_format ⇒ Boolean?
Instance Method Summary collapse
-
#initialize(eager_eot_threshold: nil, eot_threshold: nil, eot_timeout_ms: nil, numerals: nil, smart_format: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see TranscriptionSettingsConfig for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(eager_eot_threshold: nil, eot_threshold: nil, eot_timeout_ms: nil, numerals: nil, smart_format: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::AI::TranscriptionSettingsConfig for more details.
|
|
# File 'lib/telnyx/models/ai/transcription_settings_config.rb', line 39
|
Instance Attribute Details
#eager_eot_threshold ⇒ Float?
Available only for deepgram/flux. Confidence threshold for eager end of turn detection. Must be lower than or equal to eot_threshold. Setting this equal to eot_threshold effectively disables eager end of turn.
13 |
# File 'lib/telnyx/models/ai/transcription_settings_config.rb', line 13 optional :eager_eot_threshold, Float |
#eot_threshold ⇒ Float?
Available only for deepgram/flux. Confidence required to trigger an end of turn. Higher values = more reliable turn detection but slightly increased latency.
20 |
# File 'lib/telnyx/models/ai/transcription_settings_config.rb', line 20 optional :eot_threshold, Float |
#eot_timeout_ms ⇒ Integer?
Available only for deepgram/flux. Maximum milliseconds of silence before forcing an end of turn, regardless of confidence.
27 |
# File 'lib/telnyx/models/ai/transcription_settings_config.rb', line 27 optional :eot_timeout_ms, Integer |