Class: AzureSTT::Models::CombinedRecognizedPhrases

Inherits:
Base
  • Object
show all
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

Instance Attribute Details

#channelTypes::Coercible::Integer (readonly)

Returns:

  • (Types::Coercible::Integer)


16
# File 'lib/azure_stt/models/combined_recognized_phrases.rb', line 16

attribute :channel, Types::Coercible::Integer

#itnTypes::Coercible::String (readonly)

Returns:

  • (Types::Coercible::String)


30
# File 'lib/azure_stt/models/combined_recognized_phrases.rb', line 30

attribute :itn, Types::Coercible::String

#lexicalTypes::Coercible::String (readonly)

Returns:

  • (Types::Coercible::String)


23
# File 'lib/azure_stt/models/combined_recognized_phrases.rb', line 23

attribute :lexical, Types::Coercible::String

#masked_itnTypes::Coercible::String (readonly)

Returns:

  • (Types::Coercible::String)


37
# File 'lib/azure_stt/models/combined_recognized_phrases.rb', line 37

attribute :masked_itn, Types::Coercible::String

#transcriptTypes::Coercible::String (readonly)

Returns:

  • (Types::Coercible::String)


45
# File 'lib/azure_stt/models/combined_recognized_phrases.rb', line 45

attribute :transcript, Types::Coercible::String