Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecognizeEntitiesSuccessResult

Package version

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

Hierarchy

Index

Properties

Properties

entities

entities: Entity[]

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