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)

1624
1625
1626
1627
1628
1629
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1624

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

#scoreFloat

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

Returns:

  • (Float)

1624
1625
1626
1627
1628
1629
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1624

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