Click or drag to resize
Accord.NET (logo)

FreeSpokenDigitsDatasetGetSignal Method (FreeSpokenDigitsDatasetRecord)

Retrieves a single record from the dataset.

Namespace:  Accord.DataSets
Assembly:  Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax
public Signal GetSignal(
	FreeSpokenDigitsDatasetRecord record
)
Request Example View Source

Parameters

record
Type: Accord.DataSetsFreeSpokenDigitsDatasetRecord
A record from the dataset.

Return Value

Type: Signal
See Also