Class: Aws::TranscribeService::Types::CallAnalyticsJobDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::CallAnalyticsJobDetails
- 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
-
#skipped ⇒ Array<Types::CallAnalyticsSkippedFeature>
Contains information about any skipped analytics features during the analysis of a call analytics job.
Instance Attribute Details
#skipped ⇒ Array<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.
286 287 288 289 290 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 286 class CallAnalyticsJobDetails < Struct.new( :skipped) SENSITIVE = [] include Aws::Structure end |