DownloadableFileIsLocalFileValid Property |
https://www.emgu.com
Return true if the local file exist and match the sha256hash (if specified in the constructor).
Namespace:
Emgu.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic bool IsLocalFileValid { get; }
Public ReadOnly Property IsLocalFileValid As Boolean
Get
public:
property bool IsLocalFileValid {
bool get ();
}
member IsLocalFileValid : bool with get
Property Value
Type:
Boolean
See Also