Turn
import type { Turn } from "https://googleapis.deno.dev/v1/texttospeech:v1.ts";
A multi-speaker turn.
interface Turn {
speaker?: string;
text?: string;
}import type { Turn } from "https://googleapis.deno.dev/v1/texttospeech:v1.ts";
A multi-speaker turn.