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

ListVoicesResponse

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

The message returned to the client by the ListVoices method.

interface ListVoicesResponse {
voices?: Voice[];
}

§Properties

§
voices?: Voice[]
[src]

The list of voices.