Skip to content

Transcribe Streaming  >  Enums  >  Sentiment

Sentiment

Enum Class

Sentiment

Bases: UnknownEnumMixin, StrEnum

Attributes

MIXED class-attribute instance-attribute
MIXED = 'MIXED'
NEGATIVE class-attribute instance-attribute
NEGATIVE = 'NEGATIVE'
NEUTRAL class-attribute instance-attribute
NEUTRAL = 'NEUTRAL'
POSITIVE class-attribute instance-attribute
POSITIVE = 'POSITIVE'