class DMAIEntity

A class which represents an entity detected by the activity DetectEntities in AWS.


Base class:

This type does not have any base class

Implemented interfaces:

INotifyPropertyChanged

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

DMAIEntity ()


Properties

Int32 BeginOffset { get; set; }

A character offset in the input text that shows where the entity begins (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.


Int32 EndOffset { get; set; }

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.


Float Score { get; set; }

The level of confidence that Amazon Comprehend has in the accuracy of the detection.


String Text { get; set; }

The text of the entity.


EAIEntityType Type { get; set; }

The entity type.