Class: Aws::Connect::Types::RealTimeContactAnalysisTranscriptItemRedaction
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::RealTimeContactAnalysisTranscriptItemRedaction
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Object describing redaction applied to the segment.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #character_offsets  ⇒ Array<Types::RealTimeContactAnalysisCharacterInterval> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of character intervals each describing a part of the text that was redacted.
 
Instance Attribute Details
#character_offsets ⇒ Array<Types::RealTimeContactAnalysisCharacterInterval>
List of character intervals each describing a part of the text that was redacted. For ‘OutputType.Raw`, part of the original text that contains data that can be redacted. For ` OutputType.Redacted`, part of the string with redaction tag.
      18544 18545 18546 18547 18548  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18544 class RealTimeContactAnalysisTranscriptItemRedaction < Struct.new( :character_offsets) SENSITIVE = [] include Aws::Structure end  |