Class PollyService
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class PollyService
Constructors
|
Edit this page
View Source
PollyService(AwsClient)
Declaration
public PollyService(AwsClient client)
Parameters
Properties
|
Edit this page
View Source
Lexicons
Declaration
public LexiconService Lexicons { get; }
Property Value
|
Edit this page
View Source
SpeechSynthesis
Declaration
public SpeechSynthesisService SpeechSynthesis { get; }
Property Value
|
Edit this page
View Source
Voices
Declaration
public VoiceService Voices { get; }
Property Value
Extension Methods