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

Lexicon

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

Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.

interface Lexicon {
Content?: string | null;
Name?: string | null;
}

§Properties

§
Content?: string | null
[src]

Lexicon content in string format. The content of a lexicon must be in PLS format.

§
Name?: string | null
[src]

Name of the lexicon.