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

ListMedicalTranscriptionJobsResponse

import type { ListMedicalTranscriptionJobsResponse } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";
interface ListMedicalTranscriptionJobsResponse {
MedicalTranscriptionJobSummaries?: MedicalTranscriptionJobSummary[] | null;
NextToken?: string | null;
Status?: TranscriptionJobStatus | null;
}

§Properties

§
MedicalTranscriptionJobSummaries?: MedicalTranscriptionJobSummary[] | null
[src]

A list of objects containing summary information for a transcription job.

§
NextToken?: string | null
[src]

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

§

The requested status of the medical transcription jobs returned.