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.4/services/transcribeservice.ts?docs=full";
interface StartTranscriptionJobResponse {
TranscriptionJob?: TranscriptionJob | null;
}

§Properties

§
TranscriptionJob?: TranscriptionJob | null
[src]

Provides detailed information about the current transcription job, including job status and, if applicable, failure reason.