|
TestImagesImageNames Property
|
Namespace:
Accord.DataSets
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public IReadOnlyList<string> ImageNames { get; }
Public ReadOnly Property ImageNames As IReadOnlyList(Of String)
Get
Request Example
View SourceProperty Value
Type:
IReadOnlyListStringThe image names in this dataset.
See Also