Class: Aws::ComprehendMedical::Types::SNOMEDCTTrait
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ComprehendMedical::Types::SNOMEDCTTrait
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehendmedical/types.rb
 
Overview
Contextual information for an entity.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name or contextual description of a detected trait.
 - 
  
    
      #score  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.
 
Instance Attribute Details
#name ⇒ String
The name or contextual description of a detected trait.
      1616 1617 1618 1619 1620 1621  | 
    
      # File 'lib/aws-sdk-comprehendmedical/types.rb', line 1616 class SNOMEDCTTrait < Struct.new( :name, :score) SENSITIVE = [] include Aws::Structure end  | 
  
#score ⇒ Float
The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.
      1616 1617 1618 1619 1620 1621  | 
    
      # File 'lib/aws-sdk-comprehendmedical/types.rb', line 1616 class SNOMEDCTTrait < Struct.new( :name, :score) SENSITIVE = [] include Aws::Structure end  |