VocabularyInfo
public struct VocabularyInfo : 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 last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp? -
The name of the vocabulary.
Declaration
Swift
public let vocabularyName: String? -
The processing state of the vocabulary. If the state is READY you can use the vocabulary 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)
View on GitHub
VocabularyInfo Structure Reference