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 Comprehend Medical has in the accuracy of a detected trait.
Instance Attribute Details
#name ⇒ String
The name or contextual description of a detected trait.
1624 1625 1626 1627 1628 1629 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1624 class SNOMEDCTTrait < Struct.new( :name, :score) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Float
The level of confidence that Comprehend Medical has in the accuracy of a detected trait.
1624 1625 1626 1627 1628 1629 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1624 class SNOMEDCTTrait < Struct.new( :name, :score) SENSITIVE = [] include Aws::Structure end |