Class: Aws::TranscribeService::Types::CallAnalyticsJobDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb

Overview

Contains details about a call analytics job, including information about skipped analytics features.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#skippedArray<Types::CallAnalyticsSkippedFeature>

Contains information about any skipped analytics features during the analysis of a call analytics job.

This array lists all the analytics features that were skipped, along with their corresponding reason code and message.



292
293
294
295
296
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 292

class CallAnalyticsJobDetails < Struct.new(
  :skipped)
  SENSITIVE = []
  include Aws::Structure
end