Class: Cohere::Transcribe::Alignment::Segment

Inherits:
Data
  • Object
show all
Defined in:
lib/cohere/transcribe/alignment/ctc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endObject (readonly)

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



8
9
10
# File 'lib/cohere/transcribe/alignment/ctc.rb', line 8

def end
  @end
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



8
9
10
# File 'lib/cohere/transcribe/alignment/ctc.rb', line 8

def label
  @label
end

#startObject (readonly)

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



8
9
10
# File 'lib/cohere/transcribe/alignment/ctc.rb', line 8

def start
  @start
end