AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
voiceid
/
aws.sdk.kotlin.services.voiceid.model
/
StreamingStatus
Streaming
Status
sealed
class
StreamingStatus
Inheritors
Ended
Ongoing
PendingConfiguration
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Ended
Link copied to clipboard
object
Ended
:
StreamingStatus
Ongoing
Link copied to clipboard
object
Ongoing
:
StreamingStatus
Pending
Configuration
Link copied to clipboard
object
PendingConfiguration
:
StreamingStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StreamingStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String