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