Interface ITextToSpeechOptions
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface ITextToSpeechOptions : IGenerationOptions
Properties
|
Edit this page
View Source
SimilarityBoost
Declaration
float SimilarityBoost { get; }
Property Value
|
Edit this page
View Source
Stability
Declaration
Property Value
|
Edit this page
View Source
Style
Declaration
Property Value
|
Edit this page
View Source
UseSpeakerBoost
Declaration
bool UseSpeakerBoost { get; }
Property Value
|
Edit this page
View Source
UseStyleExaggeration
Declaration
bool UseStyleExaggeration { get; }
Property Value
|
Edit this page
View Source
Voice
Declaration
Property Value
|
Edit this page
View Source
VoiceSpeed
Declaration
float VoiceSpeed { get; }
Property Value
Extension Methods