CreateMedicalVocabularyResponse
public struct CreateMedicalVocabularyResponse : 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 for the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
Declaration
Swift
public let languageCode: LanguageCode? -
The date and time that you created the vocabulary.
Declaration
Swift
public let lastModifiedTime: TimeStamp? -
The name of the vocabulary. The name must be unique within an AWS account and is case sensitive.
Declaration
Swift
public let vocabularyName: String? -
The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY, you can use the vocabulary in a StartMedicalTranscriptionJob 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)
View on GitHub
CreateMedicalVocabularyResponse Structure Reference