Class VoiceInfo<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Information about an available TTS voice.
public class VoiceInfo<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
VoiceInfo<T>
- Inherited Members
Properties
Gender
Gets or sets the gender of this voice.
public VoiceGender Gender { get; set; }
Property Value
Id
Gets or sets the unique identifier for this voice.
public string Id { get; set; }
Property Value
Language
Gets or sets the language code for this voice.
public string Language { get; set; }
Property Value
Name
Gets or sets the display name of this voice.
public string Name { get; set; }
Property Value
SpeakerEmbedding
Gets or sets the pre-computed speaker embedding for this voice.
public Tensor<T>? SpeakerEmbedding { get; set; }
Property Value
- Tensor<T>
Style
Gets or sets the style description of this voice.
public string Style { get; set; }