AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
voiceid
/
aws.sdk.kotlin.services.voiceid.model
/
SpeakerStatus
Speaker
Status
sealed
class
SpeakerStatus
Inheritors
Enrolled
Expired
OptedOut
Pending
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Enrolled
Link copied to clipboard
object
Enrolled
:
SpeakerStatus
Expired
Link copied to clipboard
object
Expired
:
SpeakerStatus
Opted
Out
Link copied to clipboard
object
OptedOut
:
SpeakerStatus
Pending
Link copied to clipboard
object
Pending
:
SpeakerStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SpeakerStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String