https://www.emgu.com
Get the labels
Namespace:
Emgu.TF.Lite.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic string[] Labels { get; }
Public ReadOnly Property Labels As String()
Get
public:
property array<String^>^ Labels {
array<String^>^ get ();
}
member Labels : string[] with get
Property Value
Type:
String
See Also