다음을 통해 공유


SentimentAnalysisAction type

감정 분석 작업에 대한 옵션입니다.

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