.NET API
VoiceAttributeNames
Namespace Tracon · Assembly
Tracon.Abstractions.dllNames for well-known VoiceDescriptor.Attributes keys. Not exhaustive: a provider may report other safe scalar labels under their own key.
public static class VoiceAttributeNamesInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Fields
Section titled “Fields”Accent
Section titled “ Accent”The voice’s accent.
public const string Accent = "accent"Field Value
Section titled “Field Value”The voice’s age category.
public const string Age = "age"Field Value
Section titled “Field Value”Gender
Section titled “ Gender”The voice’s spoken gender.
public const string Gender = "gender"Field Value
Section titled “Field Value”Language
Section titled “ Language”The voice’s spoken language (provider-defined code, for example an ISO 639-1 code).
public const string Language = "language"Field Value
Section titled “Field Value”UseCase
Section titled “ UseCase”The voice’s intended use case.
public const string UseCase = "use-case"