Class InferenceFacialLandmarkDetectorResult

    Definition

    Namespace:
    Tizen.Multimedia.Vision
    Assembly:
    Tizen.Multimedia.Vision.dll

    Represents the result of InferenceFacialLandmarkDetector operations.

    public class InferenceFacialLandmarkDetectorResult
    Inheritance
    object
    InferenceFacialLandmarkDetectorResult

    Properties

    View Source

    Points

    Gets The coordinates of detected facial landmarks.

    Declaration
    public IEnumerable<Point> Points { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<T><Point>
    View Source

    RequestId

    Gets the request ID which is matched with request ID of RequestInference() return value.
    It represents the order of request.

    Declaration
    public ulong RequestId { get; }
    Property Value
    Type Description
    ulong

    The request ID that indicates the order of request.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX