CreateVocabularyResponse
public struct CreateVocabularyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If the VocabularyState field is FAILED, this field contains information about why the job failed.
Declaration
Swift
public let failureReason: String?
-
The language code of the vocabulary entries.
Declaration
Swift
public let languageCode: LanguageCode?
-
The date and time that the vocabulary was created.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
The name of the vocabulary.
Declaration
Swift
public let vocabularyName: String?
-
The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.
Declaration
Swift
public let vocabularyState: VocabularyState?
-
Undocumented
Declaration
Swift
public init(failureReason: String? = nil, languageCode: LanguageCode? = nil, lastModifiedTime: TimeStamp? = nil, vocabularyName: String? = nil, vocabularyState: VocabularyState? = nil)