AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
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