Analysis results for one of the documents in the batch.

interface BatchDetectTargetedSentimentItemResult {
    Entities?: TargetedSentimentEntity[];
    Index?: number;
}

Properties

Properties

An array of targeted sentiment entities.

Index?: number

The zero-based index of this result in the input list.