Class ObjectDetectionResult

    Definition

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

    Provides the ability to get the result of object detection using InferenceModelConfiguration and ObjectDetector.

    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public class ObjectDetectionResult
    Inheritance
    object
    ObjectDetectionResult

    Properties

    View Source

    Confidence

    Gets the confidence of detected object.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public float Confidence { get; }
    Property Value
    Type Description
    float
    View Source

    Indice

    Gets the indice of detected object.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public int Indice { get; }
    Property Value
    Type Description
    int
    View Source

    Location

    Gets the location of detected object.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public Rectangle Location { get; }
    Property Value
    Type Description
    Rectangle
    View Source

    Name

    Gets the name of detected object.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public string Name { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX