AWSTranscribeOutputLocationType
Objective-C
NS_ENUM(NSInteger, AWSTranscribeOutputLocationType) {
AWSTranscribeOutputLocationTypeUnknown,
AWSTranscribeOutputLocationTypeCustomerBucket,
AWSTranscribeOutputLocationTypeServiceBucket,
}
Swift
enum AWSTranscribeOutputLocationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTranscribeOutputLocationTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSTranscribeOutputLocationTypeCustomerBucketSwift
case customerBucket = 1 -
Undocumented
Declaration
Objective-C
AWSTranscribeOutputLocationTypeServiceBucketSwift
case serviceBucket = 2
View on GitHub
Install in Dash
AWSTranscribeOutputLocationType Enumeration Reference