AWSTranscribeOutputLocationType
Objective-C
NS_ENUM(NSInteger, AWSTranscribeOutputLocationType) {
AWSTranscribeOutputLocationTypeUnknown,
AWSTranscribeOutputLocationTypeCustomerBucket,
AWSTranscribeOutputLocationTypeServiceBucket,
}
Swift
enum AWSTranscribeOutputLocationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTranscribeOutputLocationTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSTranscribeOutputLocationTypeCustomerBucket
Swift
case customerBucket = 1
-
Undocumented
Declaration
Objective-C
AWSTranscribeOutputLocationTypeServiceBucket
Swift
case serviceBucket = 2