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

interface BatchDetectSyntaxItemResult {
    Index?: number;
    SyntaxTokens?: SyntaxToken[];
}

Properties

Index?: number

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

SyntaxTokens?: SyntaxToken[]

The syntax tokens for the words in the document, one token for each word.