Class: Cohere::Transcribe::Runtime::Preparation::PreparedEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/cohere/transcribe/runtime/preparation.rb

Overview

The result of decode and VAD preparation. Timings are accumulated by the engine on the consuming thread, keeping statistics deterministic.

Instance Attribute Summary collapse

Instance Attribute Details

#decode_secondsObject (readonly)

Returns the value of attribute decode_seconds

Returns:

  • (Object)

    the current value of decode_seconds



16
17
18
# File 'lib/cohere/transcribe/runtime/preparation.rb', line 16

def decode_seconds
  @decode_seconds
end

#decodedObject (readonly)

Returns the value of attribute decoded

Returns:

  • (Object)

    the current value of decoded



16
17
18
# File 'lib/cohere/transcribe/runtime/preparation.rb', line 16

def decoded
  @decoded
end

#durationObject (readonly)

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



16
17
18
# File 'lib/cohere/transcribe/runtime/preparation.rb', line 16

def duration
  @duration
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



16
17
18
# File 'lib/cohere/transcribe/runtime/preparation.rb', line 16

def error
  @error
end

#itemObject (readonly)

Returns the value of attribute item

Returns:

  • (Object)

    the current value of item



16
17
18
# File 'lib/cohere/transcribe/runtime/preparation.rb', line 16

def item
  @item
end

#segment_timesObject (readonly)

Returns the value of attribute segment_times

Returns:

  • (Object)

    the current value of segment_times



16
17
18
# File 'lib/cohere/transcribe/runtime/preparation.rb', line 16

def segment_times
  @segment_times
end

#snapshotObject (readonly)

Returns the value of attribute snapshot

Returns:

  • (Object)

    the current value of snapshot



16
17
18
# File 'lib/cohere/transcribe/runtime/preparation.rb', line 16

def snapshot
  @snapshot
end

#speech_spansObject (readonly)

Returns the value of attribute speech_spans

Returns:

  • (Object)

    the current value of speech_spans



16
17
18
# File 'lib/cohere/transcribe/runtime/preparation.rb', line 16

def speech_spans
  @speech_spans
end

#vad_detailsObject (readonly)

Returns the value of attribute vad_details

Returns:

  • (Object)

    the current value of vad_details



16
17
18
# File 'lib/cohere/transcribe/runtime/preparation.rb', line 16

def vad_details
  @vad_details
end

#vad_secondsObject (readonly)

Returns the value of attribute vad_seconds

Returns:

  • (Object)

    the current value of vad_seconds



16
17
18
# File 'lib/cohere/transcribe/runtime/preparation.rb', line 16

def vad_seconds
  @vad_seconds
end