Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CategorizedEntity

Package version

An entity from text analysis with information about its categorical classification.

Hierarchy

Index

Properties

category

category: string

Entity type, such as Person/Location/Org/SSN etc

confidenceScore

confidenceScore: number

Confidence score between 0 and 1 of the extracted entity.

offset

offset: number

Start position for the entity text.

Optional subCategory

subCategory: undefined | string

Entity sub type, such as Age/Year/TimeRange etc

text

text: string

Entity text as appears in the request.

Generated using TypeDoc