Class PollyVoiceList<T>
Implements
IDataList<T>
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Polly.Services
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class PollyVoiceList<T> : IDataList<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
| Edit this page View SourceData
Declaration
[JsonProperty("Voices")]
public T[] Data { get; set; }
Property Value
| Type | Description |
|---|---|
| T[] |
NextToken
Declaration
[JsonProperty("NextToken")]
public string NextToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |