|
TestVideosGetVideo Method
|
Downloads the example video with the specified name and returns the file path where it has been saved.
Namespace:
Accord.DataSets
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public string GetVideo(
string name
)
Public Function GetVideo (
name As String
) As String
Request Example
View SourceParameters
- name
- Type: SystemString
The standard video name. For a list of all possible names, see VideoNames.
Return Value
Type:
StringSee Also