AWSTranscribeVocabularyState
Objective-C
NS_ENUM(NSInteger, AWSTranscribeVocabularyState) {
AWSTranscribeVocabularyStateUnknown,
AWSTranscribeVocabularyStatePending,
AWSTranscribeVocabularyStateReady,
AWSTranscribeVocabularyStateFailed,
}
Swift
enum AWSTranscribeVocabularyState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTranscribeVocabularyStateUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSTranscribeVocabularyStatePendingSwift
case pending = 1 -
Undocumented
Declaration
Objective-C
AWSTranscribeVocabularyStateReadySwift
case ready = 2 -
Undocumented
Declaration
Objective-C
AWSTranscribeVocabularyStateFailedSwift
case failed = 3
View on GitHub
Install in Dash
AWSTranscribeVocabularyState Enumeration Reference