OperationOutputs Property |
http://www.emgu.com
Get the outputs
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntaxpublic Output[] Outputs { get; }
Public ReadOnly Property Outputs As Output()
Get
public:
property array<Output^>^ Outputs {
array<Output^>^ get ();
}
member Outputs : Output[] with get
Property Value
Type:
Output
See Also