Class: Aws::ComprehendMedical::Types::SNOMEDCTTrait

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

Overview

Contextual information for an entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name or contextual description of a detected trait.

Returns:

  • (String)


1616
1617
1618
1619
1620
1621
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1616

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

#scoreFloat

The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.

Returns:

  • (Float)


1616
1617
1618
1619
1620
1621
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1616

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