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.3/services/transcribeservice.ts?docs=full";

Identifies the location of a medical transcript.

interface MedicalTranscript {
TranscriptFileUri?: string | null;
}

§Properties

§
TranscriptFileUri?: string | null
[src]

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.