|
TestVideosItem Property
|
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 this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As String
Get
Request Example
View SourceParameters
- name
- Type: SystemString
The video name. For a list of all possible names, see VideoNames.
Property Value
Type:
StringSee Also