MedicalTranscriptionJobSummary
public struct MedicalTranscriptionJobSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A timestamp that shows when the job was completed.
Declaration
Swift
public let completionTime: TimeStamp?
-
A timestamp that shows when the medical transcription job was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
If the TranscriptionJobStatus field is FAILED, a description of the error.
Declaration
Swift
public let failureReason: String?
-
The language of the transcript in the source audio file.
Declaration
Swift
public let languageCode: LanguageCode?
-
The name of a medical transcription job.
Declaration
Swift
public let medicalTranscriptionJobName: String?
-
Indicates the location of the transcription job’s output. The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the
Declaration
Swift
public let outputLocationType: OutputLocationType?
-
The medical specialty of the transcription job. Primary care is the only valid value.
Declaration
Swift
public let specialty: Specialty?
-
A timestamp that shows when the job began processing.
Declaration
Swift
public let startTime: TimeStamp?
-
The status of the medical transcription job.
Declaration
Swift
public let transcriptionJobStatus: TranscriptionJobStatus?
-
The speech of the clinician in the input audio.
Declaration
Swift
public let type: Type?
-
init(completionTime:creationTime:failureReason:languageCode:medicalTranscriptionJobName:outputLocationType:specialty:startTime:transcriptionJobStatus:type:)
Undocumented
Declaration
Swift
public init(completionTime: TimeStamp? = nil, creationTime: TimeStamp? = nil, failureReason: String? = nil, languageCode: LanguageCode? = nil, medicalTranscriptionJobName: String? = nil, outputLocationType: OutputLocationType? = nil, specialty: Specialty? = nil, startTime: TimeStamp? = nil, transcriptionJobStatus: TranscriptionJobStatus? = nil, type: Type? = nil)