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

MultiSpeakerMarkup

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

A collection of turns for multi-speaker synthesis.

interface MultiSpeakerMarkup {
turns?: Turn[];
}

§Properties

§
turns?: Turn[]
[src]

Required. Speaker turns.