Class Pipeline.SinkNode

    Definition

    Namespace:
    Tizen.MachineLearning.Inference
    Assembly:
    Tizen.MachineLearning.Inference.dll

    SinkNode class to handle the sink node.

    public class Pipeline.SinkNode : Pipeline.NodeInfo
    Inheritance
    object
    Pipeline.NodeInfo
    Pipeline.SinkNode

    Events

    View Source

    DataReceived

    Event to be invoked when the sink node receives new data.

    Declaration
    public event EventHandler<DataReceivedEventArgs> DataReceived
    Event Type
    Type Description
    EventHandler<><DataReceivedEventArgs>

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX