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

DescribeVoicesOutput

import type { DescribeVoicesOutput } from "https://aws-api.deno.dev/v0.3/services/polly.ts?docs=full";
interface DescribeVoicesOutput {
NextToken?: string | null;
Voices?: Voice[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

§
Voices?: Voice[] | null
[src]

A list of voices with their properties.