AWSTranscribeVocabularyState
Objective-C
NS_ENUM(NSInteger, AWSTranscribeVocabularyState) {
AWSTranscribeVocabularyStateUnknown,
AWSTranscribeVocabularyStatePending,
AWSTranscribeVocabularyStateReady,
AWSTranscribeVocabularyStateFailed,
}
Swift
enum AWSTranscribeVocabularyState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTranscribeVocabularyStateUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSTranscribeVocabularyStatePending
Swift
case pending = 1
-
Undocumented
Declaration
Objective-C
AWSTranscribeVocabularyStateReady
Swift
case ready = 2
-
Undocumented
Declaration
Objective-C
AWSTranscribeVocabularyStateFailed
Swift
case failed = 3