UNPKG

idea-toolbox

Version:
10 lines (9 loc) 246 B
/** * The inferred sentiment (on a text) on which Amazon Comprehend has the highest level of confidence in. */ export declare enum Sentiment { POSITIVE = "POSITIVE", NEGATIVE = "NEGATIVE", NEUTRAL = "NEUTRAL", MIXED = "MIXED" }