UpdateMedicalVocabularyResponse
public struct UpdateMedicalVocabularyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The language code for the language of the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.
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 updated vocabulary.
Declaration
Swift
public let vocabularyName: String?
-
The processing state of the update to the vocabulary. When the VocabularyState field is READY, the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.
Declaration
Swift
public let vocabularyState: VocabularyState?
-
Undocumented
Declaration
Swift
public init(languageCode: LanguageCode? = nil, lastModifiedTime: TimeStamp? = nil, vocabularyName: String? = nil, vocabularyState: VocabularyState? = nil)