Click or drag to resize
Accord.NET (logo)

TestVideosVideoNames Property

Gets all the video names that can be passed to the GetVideo(String) method.

Namespace:  Accord.DataSets
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public IReadOnlyCollection<string> VideoNames { get; }
Request Example View Source

Property Value

Type: IReadOnlyCollectionString
The video names in this dataset.
See Also