interface DescribeVoicesOutput {
    NextToken?: string;
    Voices?: Voice[];
}

Hierarchy (view full)

Properties

Properties

NextToken?: string

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[]

A list of voices with their properties.