Class: AzureSTT::Models::RecognizedPhrase
- Defined in:
- lib/azure_stt/models/recognized_phrase.rb
Overview
Model class to store a recognized phrase from the results file
Instance Attribute Summary collapse
- #channel ⇒ Types::Coercible::Integer readonly
- #duration ⇒ Types::Coercible::String readonly
- #duration_in_ticks ⇒ Types::Coercible::Integer readonly
- #n_best ⇒ Types::Array.of(Sentence) readonly
- #offset ⇒ Types::Coercible::String readonly
- #offset_in_ticks ⇒ Types::Coercible::Integer readonly
- #recognition_status ⇒ Types::Coercible::String readonly
- #speaker ⇒ Types::Coercible::Integer readonly
Instance Attribute Details
#channel ⇒ Types::Coercible::Integer (readonly)
22 |
# File 'lib/azure_stt/models/recognized_phrase.rb', line 22 attribute :channel, Types::Coercible::Integer |
#duration ⇒ Types::Coercible::String (readonly)
45 |
# File 'lib/azure_stt/models/recognized_phrase.rb', line 45 attribute? :duration, Types::Coercible::String |
#duration_in_ticks ⇒ Types::Coercible::Integer (readonly)
59 |
# File 'lib/azure_stt/models/recognized_phrase.rb', line 59 attribute? :duration_in_ticks, Types::Coercible::Integer |
#n_best ⇒ Types::Array.of(Sentence) (readonly)
67 |
# File 'lib/azure_stt/models/recognized_phrase.rb', line 67 attribute :n_best, Types::Array.of(Sentence).default([].freeze) |
#offset ⇒ Types::Coercible::String (readonly)
37 |
# File 'lib/azure_stt/models/recognized_phrase.rb', line 37 attribute? :offset, Types::Coercible::String |
#offset_in_ticks ⇒ Types::Coercible::Integer (readonly)
52 |
# File 'lib/azure_stt/models/recognized_phrase.rb', line 52 attribute? :offset_in_ticks, Types::Coercible::Integer |
#recognition_status ⇒ Types::Coercible::String (readonly)
14 |
# File 'lib/azure_stt/models/recognized_phrase.rb', line 14 attribute :recognition_status, Types::Coercible::String |
#speaker ⇒ Types::Coercible::Integer (readonly)
29 |
# File 'lib/azure_stt/models/recognized_phrase.rb', line 29 attribute? :speaker, Types::Coercible::Integer |