|
FreeSpokenDigitsDatasetRecordDownload Method
|
Downloads the recording to a base directory. The actual file path
where the file was stored will be given as return of this method.
Namespace:
Accord.DataSets
Assembly:
Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax public string Download(
string localPath
)
Public Function Download (
localPath As String
) As String
Request Example
View SourceParameters
- localPath
- Type: SystemString
The local directory where the recordings should be saved.
Return Value
Type:
StringThe file path where the recording has been saved to.
See Also