toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
transcribestreaming
/
aws.sdk.kotlin.services.transcribestreaming.model
/
Sentiment
Sentiment
sealed
class
Sentiment
Inheritors
Mixed
Negative
Neutral
Positive
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Mixed
Link copied to clipboard
object
Mixed
:
Sentiment
Negative
Link copied to clipboard
object
Negative
:
Sentiment
Neutral
Link copied to clipboard
object
Neutral
:
Sentiment
Positive
Link copied to clipboard
object
Positive
:
Sentiment
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
Sentiment
Properties
value
Link copied to clipboard
abstract
val
value
:
String