Table of Contents

Class DescribeVoicesResponse

Namespace
Amazon.Polly.Model
Assembly
AWSSDK.Polly.dll

This is the response object from the DescribeVoices operation.

public class DescribeVoicesResponse : AmazonWebServiceResponse
Inheritance
DescribeVoicesResponse

Constructors

DescribeVoicesResponse()

public DescribeVoicesResponse()

Properties

NextToken

Gets and sets the property NextToken.

The pagination token to use in the next request to continue the listing of voices.

NextToken
is returned only if the response is truncated.
public string NextToken { get; set; }

Property Value

string

Voices

Gets and sets the property Voices.

A list of voices with their properties.

public List<Voice> Voices { get; set; }

Property Value

List<Voice>