Click or drag to resize
Accord.NET (logo)

FreeSpokenDigitsDatasetDigits Property

Gets all the digits currently present in the dataset.

Namespace:  Accord.DataSets
Assembly:  Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax
public SortedSet<int> Digits { get; }
Request Example View Source

Property Value

Type: SortedSetInt32
See Also