GetMedicalVocabularyResponse

public struct GetMedicalVocabularyResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

    Declaration

    Swift

    public let downloadUri: String?
  • If the VocabularyState is FAILED, this field contains information about why the job failed.

    Declaration

    Swift

    public let failureReason: String?
  • The valid language code for your vocabulary entries.

    Declaration

    Swift

    public let languageCode: LanguageCode?
  • The date and time that the vocabulary was last modified with a text file different from the one that was previously used.

    Declaration

    Swift

    public let lastModifiedTime: TimeStamp?
  • The name of the vocabulary returned by Amazon Transcribe Medical.

    Declaration

    Swift

    public let vocabularyName: String?
  • The processing state of the vocabulary. If the VocabularyState is READY then you can use it in the StartMedicalTranscriptionJob operation.

    Declaration

    Swift

    public let vocabularyState: VocabularyState?
  • Undocumented

    Declaration

    Swift

    public init(downloadUri: String? = nil, failureReason: String? = nil, languageCode: LanguageCode? = nil, lastModifiedTime: TimeStamp? = nil, vocabularyName: String? = nil, vocabularyState: VocabularyState? = nil)