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

interface BatchDetectKeyPhrasesItemResult {
    Index?: number;
    KeyPhrases?: KeyPhrase[];
}

Properties

Properties

Index?: number

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

KeyPhrases?: KeyPhrase[]

One or more KeyPhrase objects, one for each key phrase detected in the document.