SentimentAnalysisAction type

Opsi untuk tindakan analisis sentimen.

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