https://www.emgu.com
The raw jpeg data
Namespace:
Emgu.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic byte[] Raw { get; set; }
Public Property Raw As Byte()
Get
Set
public:
property array<unsigned char>^ Raw {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Raw : byte[] with get, set
Property Value
Type:
Byte
See Also