Class: Cohere::Transcribe::ASR::NativeSegment
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::ASR::NativeSegment
- Defined in:
- lib/cohere/transcribe/asr/native.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
readonly
Returns the value of attribute end.
-
#start ⇒ Object
readonly
Returns the value of attribute start.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#words ⇒ Object
readonly
Returns the value of attribute words.
Instance Attribute Details
#end ⇒ Object (readonly)
Returns the value of attribute end
14 15 16 |
# File 'lib/cohere/transcribe/asr/native.rb', line 14 def end @end end |
#start ⇒ Object (readonly)
Returns the value of attribute start
14 15 16 |
# File 'lib/cohere/transcribe/asr/native.rb', line 14 def start @start end |
#text ⇒ Object (readonly)
Returns the value of attribute text
14 15 16 |
# File 'lib/cohere/transcribe/asr/native.rb', line 14 def text @text end |
#words ⇒ Object (readonly)
Returns the value of attribute words
14 15 16 |
# File 'lib/cohere/transcribe/asr/native.rb', line 14 def words @words end |