class Aws::Comprehend::Types::Entity
Provides information about an entity.
@!attribute [rw] score
The level of confidence that Amazon Comprehend has in the accuracy of the detection. @return [Float]
@!attribute [rw] type
The entity's type. @return [String]
@!attribute [rw] text
The text of the entity. @return [String]
@!attribute [rw] begin_offset
A character offset in the input text that shows where the entity begins (the first character is at position 0). The offset returns the position of each UTF-8 code point in the string. A *code point* is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point. @return [Integer]
@!attribute [rw] end_offset
A character offset in the input text that shows where the entity ends. The offset returns the position of each UTF-8 code point in the string. A *code point* is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/Entity AWS API Documentation
Constants
- SENSITIVE