SentimentAnalysisAction type

Alternativ för en attitydanalysåtgärd.

type SentimentAnalysisAction = ActionPrebuilt & {
  includeOpinionMining?: boolean
  stringIndexType?: StringIndexType
}