http://www.emgu.com
Get the input type of the specific input index
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntaxpublic DataType InputType { get; }
Public ReadOnly Property InputType As DataType
Get
public:
property DataType InputType {
DataType get ();
}
member InputType : DataType with get
Return Value
Type:
DataTypeThe input type of the specific input index
See Also