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

GetLexiconOutput

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

§Properties

§
Lexicon?: Lexicon | null
[src]

Lexicon object that provides name and the string content of the lexicon.

§
LexiconAttributes?: LexiconAttributes | null
[src]

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.