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

ListTranscriptionJobsResponse

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

§Properties

§
NextToken?: string | null
[src]

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

§

The requested status of the jobs returned.

§
TranscriptionJobSummaries?: TranscriptionJobSummary[] | null
[src]

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