Class: AzureSTT::Models::Word
- Defined in:
- lib/azure_stt/models/word.rb
Overview
Model for a word. A word is optional in a sentence
Instance Attribute Summary collapse
- #confidence ⇒ Types::Coercible::Float readonly
- #duration ⇒ Types::Coercible::String readonly
- #duration_in_ticks ⇒ Types::Coercible::Integer readonly
- #offset ⇒ Types::Coercible::String readonly
- #offset_in_ticks ⇒ Types::Coercible::Integer readonly
- #word ⇒ Types::Coercible::String readonly
Instance Attribute Details
#confidence ⇒ Types::Coercible::Float (readonly)
51 |
# File 'lib/azure_stt/models/word.rb', line 51 attribute :confidence, Types::Coercible::Float |
#duration ⇒ Types::Coercible::String (readonly)
30 |
# File 'lib/azure_stt/models/word.rb', line 30 attribute? :duration, Types::Coercible::String |
#duration_in_ticks ⇒ Types::Coercible::Integer (readonly)
44 |
# File 'lib/azure_stt/models/word.rb', line 44 attribute? :duration_in_ticks, Types::Coercible::Integer |
#offset ⇒ Types::Coercible::String (readonly)
22 |
# File 'lib/azure_stt/models/word.rb', line 22 attribute? :offset, Types::Coercible::String |
#offset_in_ticks ⇒ Types::Coercible::Integer (readonly)
37 |
# File 'lib/azure_stt/models/word.rb', line 37 attribute? :offset_in_ticks, Types::Coercible::Integer |
#word ⇒ Types::Coercible::String (readonly)
14 |
# File 'lib/azure_stt/models/word.rb', line 14 attribute :word, Types::Coercible::String |