Options
All
  • Public
  • Public/Protected
  • All
Menu

Analyzes the general sentiment of your content or the sentiment toward specific target phrases. You can analyze sentiment for detected entities with entities.sentiment and for keywords with keywords.sentiment. Supported languages: Arabic, English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish.

Hierarchy

  • SentimentOptions

Index

Properties

Properties

Optional document

document: boolean

Set this to false to hide document-level sentiment results.

Optional model

model: string

(Beta) Enter a custom model ID to override the standard sentiment model for all sentiment analysis operations in the request, including targeted sentiment for entities and keywords.

Optional targets

targets: string[]

Sentiment results will be returned for each target string that is found in the document.

Generated using TypeDoc