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

VoiceSettings

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

Defines settings for using an Amazon Polly voice to communicate with a user.

interface VoiceSettings {
engine?: VoiceEngine | null;
voiceId: string;
}

§Properties

§
engine?: VoiceEngine | null
[src]

Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the engine parameter of the SynthesizeSpeech operation in the Amazon Polly developer guide.

If you do not specify a value, the default is standard.

§
voiceId: string
[src]

The identifier of the Amazon Polly voice to use.