Class Pipeline.SinkNode
Definition
- Namespace:
- Tizen.MachineLearning.Inference
- Assembly:
- Tizen.MachineLearning.Inference.dll
- API Level:
- 8
SinkNode class to handle the sink node.
public class SinkNode : Pipeline.NodeInfo
- Inheritance
Events
View SourceDataReceived
Event to be invoked when the sink node receives new data.
Declaration
public event EventHandler<DataReceivedEventArgs> DataReceived
Event Type
Type | Description |
---|---|
EventHandler<DataReceivedEventArgs> |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when the feature is not supported. |
ArgumentException | Thrown when the method failed due to an invalid parameter. |
InvalidOperationException | Thrown when the node is invalid. |