AWSTranscribeOutputLocationType

Objective-C

NS_ENUM(NSInteger, AWSTranscribeOutputLocationType) {
    AWSTranscribeOutputLocationTypeUnknown,
    AWSTranscribeOutputLocationTypeCustomerBucket,
    AWSTranscribeOutputLocationTypeServiceBucket,
}

Swift

enum AWSTranscribeOutputLocationType : Int, @unchecked Sendable

Undocumented