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