Class: AzureSTT::Models::CombinedRecognizedPhrases
- Defined in:
- lib/azure_stt/models/combined_recognized_phrases.rb
Overview
Model class for the combinedRecognizedPhrases field in the results of the transcriptions
Instance Attribute Summary collapse
- #channel ⇒ Types::Coercible::Integer readonly
- #itn ⇒ Types::Coercible::String readonly
- #lexical ⇒ Types::Coercible::String readonly
- #masked_itn ⇒ Types::Coercible::String readonly
- #transcript ⇒ Types::Coercible::String readonly
Instance Attribute Details
#channel ⇒ Types::Coercible::Integer (readonly)
16 |
# File 'lib/azure_stt/models/combined_recognized_phrases.rb', line 16 attribute :channel, Types::Coercible::Integer |
#itn ⇒ Types::Coercible::String (readonly)
30 |
# File 'lib/azure_stt/models/combined_recognized_phrases.rb', line 30 attribute :itn, Types::Coercible::String |
#lexical ⇒ Types::Coercible::String (readonly)
23 |
# File 'lib/azure_stt/models/combined_recognized_phrases.rb', line 23 attribute :lexical, Types::Coercible::String |
#masked_itn ⇒ Types::Coercible::String (readonly)
37 |
# File 'lib/azure_stt/models/combined_recognized_phrases.rb', line 37 attribute :masked_itn, Types::Coercible::String |
#transcript ⇒ Types::Coercible::String (readonly)
45 |
# File 'lib/azure_stt/models/combined_recognized_phrases.rb', line 45 attribute :transcript, Types::Coercible::String |