Skip to content
Tracon

VoiceAttributeNames

Namespace Tracon · Assembly Tracon.Abstractions.dll

Names for well-known VoiceDescriptor.Attributes keys. Not exhaustive: a provider may report other safe scalar labels under their own key.

public static class VoiceAttributeNames

objectVoiceAttributeNames

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

The voice’s accent.

public const string Accent = "accent"

string

The voice’s age category.

public const string Age = "age"

string

The voice’s spoken gender.

public const string Gender = "gender"

string

The voice’s spoken language (provider-defined code, for example an ISO 639-1 code).

public const string Language = "language"

string

The voice’s intended use case.

public const string UseCase = "use-case"

string