Class: AzureSTT::Models::Sentence
- Defined in:
- lib/azure_stt/models/sentence.rb
Overview
Model to describe a sentence. A sentence is inside a nBest of a recognizedPhrase
Instance Attribute Summary collapse
- #confidence ⇒ Types::Coercible::Float readonly
- #itn ⇒ Types::Coercible::String readonly
- #lexical ⇒ Types::Coercible::String readonly
- #masked_itn ⇒ Types::Coercible::String readonly
- #transcript ⇒ Types::Coercible::String readonly
- #words ⇒ Types::Array.of(Word) readonly
Instance Attribute Details
#confidence ⇒ Types::Coercible::Float (readonly)
14 |
# File 'lib/azure_stt/models/sentence.rb', line 14 attribute :confidence, Types::Coercible::Float |
#itn ⇒ Types::Coercible::String (readonly)
28 |
# File 'lib/azure_stt/models/sentence.rb', line 28 attribute :itn, Types::Coercible::String |
#lexical ⇒ Types::Coercible::String (readonly)
21 |
# File 'lib/azure_stt/models/sentence.rb', line 21 attribute :lexical, Types::Coercible::String |
#masked_itn ⇒ Types::Coercible::String (readonly)
35 |
# File 'lib/azure_stt/models/sentence.rb', line 35 attribute :masked_itn, Types::Coercible::String |
#transcript ⇒ Types::Coercible::String (readonly)
43 |
# File 'lib/azure_stt/models/sentence.rb', line 43 attribute :transcript, Types::Coercible::String |