|
FreeSpokenDigitsDatasetGetRecord Method
|
Retrieves a single record from the dataset.
Namespace:
Accord.DataSets
Assembly:
Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax public FreeSpokenDigitsDatasetRecord GetRecord(
int digit,
string speaker,
int index
)
Public Function GetRecord (
digit As Integer,
speaker As String,
index As Integer
) As FreeSpokenDigitsDatasetRecord
Request Example
View SourceParameters
- digit
- Type: SystemInt32
The digit. - speaker
- Type: SystemString
The speaker. - index
- Type: SystemInt32
The index.
Return Value
Type:
FreeSpokenDigitsDatasetRecordSee Also