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

StartTranscriptionJobResponse

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

§Properties

§
TranscriptionJob?: TranscriptionJob | null
[src]

An object containing details of the asynchronous transcription job.