Class: Aws::ComprehendMedical::Types::SNOMEDCTConcept
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::SNOMEDCTConcept
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
The SNOMED-CT concepts that the entity could refer to, along with a score indicating the likelihood of the match.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The numeric ID for the SNOMED-CT concept.
-
#description ⇒ String
The description of the SNOMED-CT concept.
-
#score ⇒ Float
The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
Instance Attribute Details
#code ⇒ String
The numeric ID for the SNOMED-CT concept.
1490 1491 1492 1493 1494 1495 1496 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1490 class SNOMEDCTConcept < Struct.new( :description, :code, :score) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the SNOMED-CT concept.
1490 1491 1492 1493 1494 1495 1496 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1490 class SNOMEDCTConcept < Struct.new( :description, :code, :score) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Float
The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
1490 1491 1492 1493 1494 1495 1496 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1490 class SNOMEDCTConcept < Struct.new( :description, :code, :score) SENSITIVE = [] include Aws::Structure end |