AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListLexicons operation. Returns a list of pronunciation lexicons stored in an Amazon Web Services Region. For more information, see Managing Lexicons.
Namespace: Amazon.Polly.Model
Assembly: AWSSDK.Polly.dll
Version: 3.x.y.z
public class ListLexiconsRequest : AmazonPollyRequest IAmazonWebServiceRequest
The ListLexiconsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListLexiconsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
NextToken | System.String |
Gets and sets the property NextToken.
An opaque pagination token returned from previous |
Returns a list of pronunciation lexicons stored in an AWS Region.
var client = new AmazonPollyClient(); var response = client.ListLexicons(new ListLexiconsRequest { }); List<LexiconDescription> lexicons = response.Lexicons;
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5