class Aws::ComprehendMedical::Types::Entity

Provides information about an extracted medical entity.

@!attribute [rw] id

The numeric identifier for the entity. This is a monotonically
increasing id unique within this response rather than a global
unique identifier.
@return [Integer]

@!attribute [rw] begin_offset

The 0-based character offset in the input text that shows where the
entity begins. The offset returns the UTF-8 code point in the
string.
@return [Integer]

@!attribute [rw] end_offset

The 0-based character offset in the input text that shows where the
entity ends. The offset returns the UTF-8 code point in the string.
@return [Integer]

@!attribute [rw] score

The level of confidence that Amazon Comprehend Medical has in the
accuracy of the detection.
@return [Float]

@!attribute [rw] text

The segment of input text extracted as this entity.
@return [String]

@!attribute [rw] category

The category of the entity.
@return [String]

@!attribute [rw] type

Describes the specific type of entity with category of entities.
@return [String]

@!attribute [rw] traits

Contextual information for the entity.
@return [Array<Types::Trait>]

@!attribute [rw] attributes

The extracted attributes that relate to this entity.
@return [Array<Types::Attribute>]

@see docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/Entity AWS API Documentation

Constants

SENSITIVE