v6

latestSwagger 2.02026-07-134187316.2 KB

Request text analysis over a collection of documents.

post/:analyze-text

Query parameters

api-versionstring required

The API version to use for this operation.

showStatsboolean

(Optional) if set to true, response will contain request and document level statistics.

Request body

kind'SentimentAnalysis' | 'EntityRecognition' | 'PiiEntityRecognition' | 'KeyPhraseExtraction' | 'LanguageDetection' | 'EntityLinking' required

The kind of the analyze-text tasks supported.

Response

The request has succeeded.

kind'SentimentAnalysisResults' | 'EntityRecognitionResults' | 'PiiEntityRecognitionResults' | 'KeyPhraseExtractionResults' | 'LanguageDetectionResults' | 'EntityLinkingResults' required

The kind of the response object returned by the analyze-text task.