Class: AzureSTT::Models::Report
- Defined in:
- lib/azure_stt/models/report.rb
Overview
Model class for reports from a transcription.
Instance Attribute Summary collapse
- #details ⇒ Types::Array.of(Types::Hash) readonly
- #failed_transcriptions_count ⇒ Types::Coercible::Integer readonly
- #successful_transcriptions_count ⇒ Types::Coercible::Integer readonly
Instance Attribute Details
#details ⇒ Types::Array.of(Types::Hash) (readonly)
28 |
# File 'lib/azure_stt/models/report.rb', line 28 attribute :details, Types::Array.of(Types::Hash).default([].freeze) |
#failed_transcriptions_count ⇒ Types::Coercible::Integer (readonly)
21 |
# File 'lib/azure_stt/models/report.rb', line 21 attribute :failed_transcriptions_count, Types::Coercible::Integer |
#successful_transcriptions_count ⇒ Types::Coercible::Integer (readonly)
14 |
# File 'lib/azure_stt/models/report.rb', line 14 attribute :successful_transcriptions_count, Types::Coercible::Integer |