Class Pipeline.SinkNode
Definition
- Assembly:
- Tizen.MachineLearning.Inference.dll
SinkNode class to handle the sink node.
C#
Copy
public class Pipeline.SinkNode : Pipeline.NodeInfo
- Inheritance
Events
Declaration
C#
Copy
public event EventHandler<DataReceivedEventArgs> DataReceived
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Data |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the feature is not supported. |
System. |
Thrown when the method failed due to an invalid parameter. |
System. |
Thrown when the node is invalid. |