Class PollyVoiceQuery
Inheritance
PollyVoiceQuery
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class PollyVoiceQuery : PollyQuery, IQuery, IRequestParameterProvider
Properties
|
Edit this page
View Source
Engine
Optional. Specifies the engine (standard, neural, long-form or generative) used by Amazon Polly
when processing input text for speech synthesis.
Valid Values: standard | neural | long-form | generative
Declaration
public PollyVoiceEngine? Engine { get; set; }
Property Value
|
Edit this page
View Source
IncludeAdditionalLanguageCodes
Optional. Boolean value indicating whether to return any bilingual voices that use the specified language
as an additional language.
Declaration
public bool? IncludeAdditionalLanguageCodes { get; set; }
Property Value
|
Edit this page
View Source
Locale
Optional. The language identification tag (ISO 639 code for the language name-ISO 3166 country code)
for filtering the list of voices returned.
Declaration
public Locale Locale { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetRequestParameters()
Declaration
public override IEnumerable<RequestParameter> GetRequestParameters()
Returns
Overrides
Implements
Extension Methods