AWSTranscribeSubtitleFormat

Objective-C

NS_ENUM(NSInteger, AWSTranscribeSubtitleFormat) {
    AWSTranscribeSubtitleFormatUnknown,
    AWSTranscribeSubtitleFormatVtt,
    AWSTranscribeSubtitleFormatSrt,
}

Swift

enum AWSTranscribeSubtitleFormat : Int, @unchecked Sendable

Undocumented