CreateMedicalVocabularyResponse class
Properties
-
failureReason
→ String?
-
If the
VocabularyState
field is FAILED
, this field
contains information about why the job failed.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
languageCode
→ LanguageCode?
-
The language code for the entries in your custom vocabulary. US English
(en-US) is the only valid language code for Amazon Transcribe Medical.
final
-
lastModifiedTime
→ DateTime?
-
The date and time that you created the vocabulary.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
vocabularyName
→ String?
-
The name of the vocabulary. The name must be unique within an AWS account
and is case sensitive.
final
-
vocabularyState
→ VocabularyState?
-
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.
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