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

TranscriptSourceSetting

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

Indicates the setting of the location where the transcript is stored.

interface TranscriptSourceSetting {
s3BucketTranscriptSource?: S3BucketTranscriptSource | null;
}

§Properties

§
s3BucketTranscriptSource?: S3BucketTranscriptSource | null
[src]

Indicates the setting of the Amazon S3 bucket where the transcript is stored.