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

MedicalTranscript

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

Provides you with the Amazon S3 URI you can use to access your transcript.

interface MedicalTranscript {
TranscriptFileUri?: string | null;
}

§Properties

§
TranscriptFileUri?: string | null
[src]

The Amazon S3 location of your transcript. You can use this URI to access or download your transcript.

Note that this is the Amazon S3 location you specified in your request using the OutputBucketName parameter.