toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
polly
/
aws.sdk.kotlin.services.polly.model
/
OutputFormat
Output
Format
sealed
class
OutputFormat
Inheritors
Json
Mp3
OggVorbis
Pcm
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Json
Link copied to clipboard
object
Json
:
OutputFormat
Mp3
Link copied to clipboard
object
Mp3
:
OutputFormat
Ogg
Vorbis
Link copied to clipboard
object
OggVorbis
:
OutputFormat
Pcm
Link copied to clipboard
object
Pcm
:
OutputFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OutputFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String