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

PutLexiconInput

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

§Properties

§
Content: string
[src]

Content of the PLS lexicon as string data.

§
Name: string
[src]

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.