Class: AzureSTT::Models::Report

Inherits:
Base
  • Object
show all
Defined in:
lib/azure_stt/models/report.rb

Overview

Model class for reports from a transcription.

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::Array.of(Types::Hash) (readonly)

Returns:

  • (Types::Array.of(Types::Hash))


28
# File 'lib/azure_stt/models/report.rb', line 28

attribute :details, Types::Array.of(Types::Hash).default([].freeze)

#failed_transcriptions_countTypes::Coercible::Integer (readonly)

Returns:

  • (Types::Coercible::Integer)


21
# File 'lib/azure_stt/models/report.rb', line 21

attribute :failed_transcriptions_count, Types::Coercible::Integer

#successful_transcriptions_countTypes::Coercible::Integer (readonly)

Returns:

  • (Types::Coercible::Integer)


14
# File 'lib/azure_stt/models/report.rb', line 14

attribute :successful_transcriptions_count, Types::Coercible::Integer