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