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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

Provides a name or contextual description about the trait.

Returns:

  • (String)


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

#scoreFloat

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

Returns:

  • (Float)


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