Table of Contents

Class ListLexiconsResponse

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

This is the response object from the ListLexicons operation.

public class ListLexiconsResponse : AmazonWebServiceResponse
Inheritance
ListLexiconsResponse

Constructors

ListLexiconsResponse()

public ListLexiconsResponse()

Properties

Lexicons

Gets and sets the property Lexicons.

A list of lexicon names and attributes.

public List<LexiconDescription> Lexicons { get; set; }

Property Value

List<LexiconDescription>

NextToken

Gets and sets the property NextToken.

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

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

Property Value

string