Class: Cohere::Transcribe::State::Checkpoint
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::State::Checkpoint
- Defined in:
- lib/cohere/transcribe/state/checkpoint.rb
Instance Attribute Summary collapse
-
#decode_backend ⇒ Object
readonly
Returns the value of attribute decode_backend.
-
#decode_fallback_reason ⇒ Object
readonly
Returns the value of attribute decode_fallback_reason.
-
#duration ⇒ Object
readonly
Returns the value of attribute duration.
-
#generated_tokens_by_segment ⇒ Object
readonly
Returns the value of attribute generated_tokens_by_segment.
-
#generation_id ⇒ Object
readonly
Returns the value of attribute generation_id.
-
#repetition_stopped_segments ⇒ Object
readonly
Returns the value of attribute repetition_stopped_segments.
-
#segment_texts ⇒ Object
readonly
Returns the value of attribute segment_texts.
-
#segment_times ⇒ Object
readonly
Returns the value of attribute segment_times.
-
#speech_spans ⇒ Object
readonly
Returns the value of attribute speech_spans.
-
#token_limit_segments ⇒ Object
readonly
Returns the value of attribute token_limit_segments.
-
#truncation_retried_segments ⇒ Object
readonly
Returns the value of attribute truncation_retried_segments.
-
#vad_engine_actual ⇒ Object
readonly
Returns the value of attribute vad_engine_actual.
-
#vad_fallback_reason ⇒ Object
readonly
Returns the value of attribute vad_fallback_reason.
-
#vad_provider ⇒ Object
readonly
Returns the value of attribute vad_provider.
-
#vad_provider_options ⇒ Object
readonly
Returns the value of attribute vad_provider_options.
Instance Attribute Details
#decode_backend ⇒ Object (readonly)
Returns the value of attribute decode_backend
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def decode_backend @decode_backend end |
#decode_fallback_reason ⇒ Object (readonly)
Returns the value of attribute decode_fallback_reason
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def decode_fallback_reason @decode_fallback_reason end |
#duration ⇒ Object (readonly)
Returns the value of attribute duration
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def duration @duration end |
#generated_tokens_by_segment ⇒ Object (readonly)
Returns the value of attribute generated_tokens_by_segment
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def generated_tokens_by_segment @generated_tokens_by_segment end |
#generation_id ⇒ Object (readonly)
Returns the value of attribute generation_id
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def generation_id @generation_id end |
#repetition_stopped_segments ⇒ Object (readonly)
Returns the value of attribute repetition_stopped_segments
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def repetition_stopped_segments @repetition_stopped_segments end |
#segment_texts ⇒ Object (readonly)
Returns the value of attribute segment_texts
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def segment_texts @segment_texts end |
#segment_times ⇒ Object (readonly)
Returns the value of attribute segment_times
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def segment_times @segment_times end |
#speech_spans ⇒ Object (readonly)
Returns the value of attribute speech_spans
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def speech_spans @speech_spans end |
#token_limit_segments ⇒ Object (readonly)
Returns the value of attribute token_limit_segments
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def token_limit_segments @token_limit_segments end |
#truncation_retried_segments ⇒ Object (readonly)
Returns the value of attribute truncation_retried_segments
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def truncation_retried_segments @truncation_retried_segments end |
#vad_engine_actual ⇒ Object (readonly)
Returns the value of attribute vad_engine_actual
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def vad_engine_actual @vad_engine_actual end |
#vad_fallback_reason ⇒ Object (readonly)
Returns the value of attribute vad_fallback_reason
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def vad_fallback_reason @vad_fallback_reason end |
#vad_provider ⇒ Object (readonly)
Returns the value of attribute vad_provider
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def vad_provider @vad_provider end |
#vad_provider_options ⇒ Object (readonly)
Returns the value of attribute vad_provider_options
8 9 10 |
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8 def @vad_provider_options end |