OutputOutputType Property |
http://www.emgu.com
Get the output type
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
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