http://www.emgu.com
Get the input type of the specific input index
Namespace:
Emgu.TF
Assembly:
Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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