AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
transcribe
/
aws.sdk.kotlin.services.transcribe.model
/
SubtitleFormat
Subtitle
Format
sealed
class
SubtitleFormat
Inheritors
Srt
Vtt
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SubtitleFormat
Srt
Link copied to clipboard
object
Srt
:
SubtitleFormat
Vtt
Link copied to clipboard
object
Vtt
:
SubtitleFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String