UpdateVocabularyResponse
public struct UpdateVocabularyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The language code of the vocabulary entries.
Declaration
Swift
public let languageCode: LanguageCode?
-
The date and time that the vocabulary was updated.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
The name of the vocabulary that was updated.
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(languageCode: LanguageCode? = nil, lastModifiedTime: TimeStamp? = nil, vocabularyName: String? = nil, vocabularyState: VocabularyState? = nil)