Class: Aws::ComprehendMedical::Types::ICD10CMTrait
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::ICD10CMTrait
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
Contextual information for the entity. The traits recognized by InferICD10CM are ‘DIAGNOSIS`, `SIGN`, `SYMPTOM`, and `NEGATION`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Provides a name or contextual description about the trait.
-
#score ⇒ Float
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.
Instance Attribute Details
#name ⇒ String
Provides a name or contextual description about the trait.
755 756 757 758 759 760 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 755 class ICD10CMTrait < Struct.new( :name, :score) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Float
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.
755 756 757 758 759 760 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 755 class ICD10CMTrait < Struct.new( :name, :score) SENSITIVE = [] include Aws::Structure end |