UpdateMedicalVocabularyResponse class

Constructors

UpdateMedicalVocabularyResponse({LanguageCode? languageCode, DateTime? lastModifiedTime, String? vocabularyName, VocabularyState? vocabularyState})
UpdateMedicalVocabularyResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
languageCode LanguageCode?
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.
final
lastModifiedTime DateTime?
The date and time that the vocabulary was updated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vocabularyName String?
The name of the updated vocabulary.
final
vocabularyState VocabularyState?
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited