Package version:

Interface EntityWithResolution

An entity with resolution.

Hierarchy

Properties

category: string

Entity type.

confidenceScore: number

Confidence score between 0 and 1 of the extracted entity.

length: number

Length for the entity text. Use of different 'stringIndexType' values can affect the length returned.

offset: number

Start position for the entity text. Use of different 'stringIndexType' values can affect the offset returned.

resolutions?: Object

The collection of entity resolution objects.

subCategory?: string

(Optional) Entity sub type.

text: string

Entity text as appears in the request.

Generated using TypeDoc