Class: Cohere::Transcribe::State::Checkpoint

Inherits:
Data
  • Object
show all
Defined in:
lib/cohere/transcribe/state/checkpoint.rb

Instance Attribute Summary collapse

Instance Attribute Details

#decode_backendObject (readonly)

Returns the value of attribute decode_backend

Returns:

  • (Object)

    the current value of decode_backend



8
9
10
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8

def decode_backend
  @decode_backend
end

#decode_fallback_reasonObject (readonly)

Returns the value of attribute decode_fallback_reason

Returns:

  • (Object)

    the current value of decode_fallback_reason



8
9
10
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8

def decode_fallback_reason
  @decode_fallback_reason
end

#durationObject (readonly)

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



8
9
10
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8

def duration
  @duration
end

#generated_tokens_by_segmentObject (readonly)

Returns the value of attribute generated_tokens_by_segment

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute generation_id

Returns:

  • (Object)

    the current value of generation_id



8
9
10
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8

def generation_id
  @generation_id
end

#repetition_stopped_segmentsObject (readonly)

Returns the value of attribute repetition_stopped_segments

Returns:

  • (Object)

    the current value of repetition_stopped_segments



8
9
10
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8

def repetition_stopped_segments
  @repetition_stopped_segments
end

#segment_textsObject (readonly)

Returns the value of attribute segment_texts

Returns:

  • (Object)

    the current value of segment_texts



8
9
10
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8

def segment_texts
  @segment_texts
end

#segment_timesObject (readonly)

Returns the value of attribute segment_times

Returns:

  • (Object)

    the current value of segment_times



8
9
10
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8

def segment_times
  @segment_times
end

#speech_spansObject (readonly)

Returns the value of attribute speech_spans

Returns:

  • (Object)

    the current value of speech_spans



8
9
10
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8

def speech_spans
  @speech_spans
end

#token_limit_segmentsObject (readonly)

Returns the value of attribute token_limit_segments

Returns:

  • (Object)

    the current value of 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_segmentsObject (readonly)

Returns the value of attribute truncation_retried_segments

Returns:

  • (Object)

    the current value of 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_actualObject (readonly)

Returns the value of attribute vad_engine_actual

Returns:

  • (Object)

    the current value of 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_reasonObject (readonly)

Returns the value of attribute vad_fallback_reason

Returns:

  • (Object)

    the current value of vad_fallback_reason



8
9
10
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8

def vad_fallback_reason
  @vad_fallback_reason
end

#vad_providerObject (readonly)

Returns the value of attribute vad_provider

Returns:

  • (Object)

    the current value of vad_provider



8
9
10
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8

def vad_provider
  @vad_provider
end

#vad_provider_optionsObject (readonly)

Returns the value of attribute vad_provider_options

Returns:

  • (Object)

    the current value of vad_provider_options



8
9
10
# File 'lib/cohere/transcribe/state/checkpoint.rb', line 8

def vad_provider_options
  @vad_provider_options
end