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

LexiconDescription

import type { LexiconDescription } from "https://aws-api.deno.dev/v0.3/services/polly.ts?docs=full";

Describes the content of the lexicon.

interface LexiconDescription {
Attributes?: LexiconAttributes | null;
Name?: string | null;
}

§Properties

§
Attributes?: LexiconAttributes | null
[src]

Provides lexicon metadata.

§
Name?: string | null
[src]

Name of the lexicon.