Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecognizeLinkedEntitiesSuccessResult

Package version

The result of the recognize linked entities operation on a single document, containing a collection of the LinkedEntity objects identified in that document.

Hierarchy

Index

Properties

Properties

entities

entities: LinkedEntity[]

The collection of entities identified in the input document.

id

id: string

Unique, non-empty document identifier.

Optional statistics

Statistics about the input document and how it was processed by the service. This property will have a value when includeStatistics is set to true in the client call.

Generated using TypeDoc