Table of Contents

Class VoiceInfo<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Information about an available TTS voice.

public class VoiceInfo<T>

Type Parameters

T

The 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

VoiceGender

Id

Gets or sets the unique identifier for this voice.

public string Id { get; set; }

Property Value

string

Language

Gets or sets the language code for this voice.

public string Language { get; set; }

Property Value

string

Name

Gets or sets the display name of this voice.

public string Name { get; set; }

Property Value

string

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; }

Property Value

string