The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.

interface BatchDetectEntitiesItemResult {
    Entities?: Entity[];
    Index?: number;
}

Properties

Properties

Entities?: Entity[]

One or more Entity objects, one for each entity detected in the document.

Index?: number

The zero-based index of the document in the input list.