|
TestVideosVideoNames Property
|
Namespace:
Accord.DataSets
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public IReadOnlyCollection<string> VideoNames { get; }
Public ReadOnly Property VideoNames As IReadOnlyCollection(Of String)
Get
Request Example
View SourceProperty Value
Type:
IReadOnlyCollectionStringThe video names in this dataset.
See Also