Class: Cohere::Transcribe::Alignment::Segment
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::Alignment::Segment
- Defined in:
- lib/cohere/transcribe/alignment/ctc.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
readonly
Returns the value of attribute end.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#start ⇒ Object
readonly
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Object (readonly)
Returns the value of attribute end
8 9 10 |
# File 'lib/cohere/transcribe/alignment/ctc.rb', line 8 def end @end end |
#label ⇒ Object (readonly)
Returns the value of attribute label
8 9 10 |
# File 'lib/cohere/transcribe/alignment/ctc.rb', line 8 def label @label end |
#start ⇒ Object (readonly)
Returns the value of attribute start
8 9 10 |
# File 'lib/cohere/transcribe/alignment/ctc.rb', line 8 def start @start end |