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 {
enableTextnorm?: boolean;
lowLatencyJourneySynthesis?: boolean;
relaxSafetyFilters?: boolean;
}

§Properties

§
enableTextnorm?: boolean
[src]

Optional. If true, textnorm will be applied to text input. This feature is enabled by default. Only applies for Gemini TTS.

§
lowLatencyJourneySynthesis?: boolean
[src]

Only for Journey voices. If false, the synthesis is context aware and has a higher latency.

§
relaxSafetyFilters?: boolean
[src]

Optional. Input only. If true, relaxes safety filters for Gemini TTS.