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

AdvancedVoiceOptions

import type { AdvancedVoiceOptions } from "https://googleapis.deno.dev/v1/texttospeech:v1.ts";

Used for advanced voice options.

interface AdvancedVoiceOptions {
lowLatencyJourneySynthesis?: boolean;
}

§Properties

§
lowLatencyJourneySynthesis?: boolean
[src]

Only for Jounrney voices. If false, the synthesis will be context aware and have higher latency.