Class: Aws::ComprehendMedical::Types::Trait
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::Trait
- Defined in:
- gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb
Overview
Provides contextual information about the extracted entity.
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 in the accuracy of this trait.
Instance Attribute Details
#name ⇒ String
Provides a name or contextual description about the trait.
2143 2144 2145 2146 2147 2148 |
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 2143 class Trait < Struct.new( :name, :score) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Float
The level of confidence that Amazon Comprehend Medical has in the accuracy of this trait.
2143 2144 2145 2146 2147 2148 |
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 2143 class Trait < Struct.new( :name, :score) SENSITIVE = [] include Aws::Structure end |