|
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; }
Public ReadOnly Property Digits As SortedSet(Of Integer)
Get
Request Example
View SourceProperty Value
Type:
SortedSetInt32See Also