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

Turn

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

A multi-speaker turn.

interface Turn {
speaker?: string;
text?: string;
}

§Properties

§
speaker?: string
[src]

Required. The speaker of the turn, for example, 'O' or 'Q'. Please refer to documentation for available speakers.

§
text?: string
[src]

Required. The text to speak.