Class: Aws::TranscribeService::Types::CallAnalyticsSkippedFeature
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::TranscribeService::Types::CallAnalyticsSkippedFeature
 
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Represents a skipped analytics feature during the analysis of a call analytics job.
The Feature field indicates the type of analytics feature that was
skipped.
The Message field contains additional information or a message
explaining why the analytics feature was skipped.
The ReasonCode field provides a code indicating the reason why the
analytics feature was skipped.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #feature  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates the type of analytics feature that was skipped during the analysis of a call analytics job. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job. 
- 
  
    
      #reason_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job. 
Instance Attribute Details
#feature ⇒ String
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
| 534 535 536 537 538 539 540 | # File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 534 class CallAnalyticsSkippedFeature < Struct.new( :feature, :reason_code, :message) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.
| 534 535 536 537 538 539 540 | # File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 534 class CallAnalyticsSkippedFeature < Struct.new( :feature, :reason_code, :message) SENSITIVE = [] include Aws::Structure end | 
#reason_code ⇒ String
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
| 534 535 536 537 538 539 540 | # File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 534 class CallAnalyticsSkippedFeature < Struct.new( :feature, :reason_code, :message) SENSITIVE = [] include Aws::Structure end |