Table of Contents

Class FineTuning

Fine-tuning information for the voice.

public class FineTuning
Inheritance
object
FineTuning

Properties

DatasetDurationSeconds

Optional. The duration of the dataset in seconds.

public double? DatasetDurationSeconds { get; set; }

Property Value

double?

IsAllowedToFineTune

Whether the user is allowed to fine-tune the voice.

public bool IsAllowedToFineTune { get; set; }

Property Value

bool

Language

Optional. The language of the fine-tuning process.

public string Language { get; set; }

Property Value

string

ManualVerificationRequested

Whether a manual verification was requested for the fine-tuning process.

public bool ManualVerificationRequested { get; set; }

Property Value

bool

Message

Optional. The message of the fine-tuning process.

public Dictionary<string, string> Message { get; set; }

Property Value

Dictionary<string, string>

Progress

Optional. The progress of the fine-tuning process.

public Dictionary<string, double?> Progress { get; set; }

Property Value

Dictionary<string, double?>

State

The state of the fine-tuning process for each model.

public Dictionary<string, FineTuningState> State { get; set; }

Property Value

Dictionary<string, FineTuningState>

VerificationAttempts

Optional. The number of verification attempts.

public List<VerificationAttempt> VerificationAttempts { get; set; }

Property Value

List<VerificationAttempt>

VerificationAttemptsCount

The number of verification attempts in the fine-tuning process.

public int VerificationAttemptsCount { get; set; }

Property Value

int

VerificationFailures

List of verification failures in the fine-tuning process.

public List<string> VerificationFailures { get; set; }

Property Value

List<string>