Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MedicalTranscriptionJobSummary

import type { MedicalTranscriptionJobSummary } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";

Provides summary information about a transcription job.

interface MedicalTranscriptionJobSummary {
CompletionTime?: Date | number | null;
ContentIdentificationType?: MedicalContentIdentificationType | null;
CreationTime?: Date | number | null;
FailureReason?: string | null;
LanguageCode?: LanguageCode | null;
MedicalTranscriptionJobName?: string | null;
OutputLocationType?: OutputLocationType | null;
Specialty?: Specialty | null;
StartTime?: Date | number | null;
TranscriptionJobStatus?: TranscriptionJobStatus | null;
Type?: Type | null;
}

§Properties

§
CompletionTime?: Date | number | null
[src]

A timestamp that shows when the job was completed.

§
ContentIdentificationType?: MedicalContentIdentificationType | null
[src]

Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job. If the value is PHI, you've configured the transcription job to identify personal health information (PHI).

§
CreationTime?: Date | number | null
[src]

A timestamp that shows when the medical transcription job was created.

§
FailureReason?: string | null
[src]

If the TranscriptionJobStatus field is FAILED, a description of the error.

§
LanguageCode?: LanguageCode | null
[src]

The language of the transcript in the source audio file.

§
MedicalTranscriptionJobName?: string | null
[src]

The name of a medical transcription job.

§
OutputLocationType?: OutputLocationType | null
[src]

Indicates the location of the transcription job's output. This field must be the path of an S3 bucket; if you don't already have an S3 bucket, one is created based on the path you add.

§
Specialty?: Specialty | null
[src]

The medical specialty of the transcription job. Refer to Transcribing a medical conversationfor a list of supported specialties.

§
StartTime?: Date | number | null
[src]

A timestamp that shows when the job began processing.

§
TranscriptionJobStatus?: TranscriptionJobStatus | null
[src]

The status of the medical transcription job.

§
Type?: Type | null
[src]

The speech of the clinician in the input audio.