OutputOutputType Property |
http://www.emgu.com
Get the output type
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntaxpublic DataType OutputType { get; }
Public ReadOnly Property OutputType As DataType
Get
public:
property DataType^ OutputType {
DataType^ get ();
}
member OutputType : DataType with get
Property Value
Type:
DataType
See Also