Class: Aws::ComprehendMedical::Types::Trait

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehendmedical/types.rb

Overview

Provides contextual information about the extracted entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Provides a name or contextual description about the trait.

Returns:

  • (String)

2151
2152
2153
2154
2155
2156
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2151

class Trait < Struct.new(
  :name,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#scoreFloat

The level of confidence that Comprehend Medical; has in the accuracy of this trait.

Returns:

  • (Float)

2151
2152
2153
2154
2155
2156
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2151

class Trait < Struct.new(
  :name,
  :score)
  SENSITIVE = []
  include Aws::Structure
end