Show / Hide Table of Contents

    Class ObjectDetectionResult

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

    Inheritance
    Object
    ObjectDetectionResult
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Tizen.Multimedia.Vision
    Assembly: Tizen.Multimedia.Vision.dll
    Syntax
    public class ObjectDetectionResult

    Properties

    Confidence

    Gets the confidence of detected object.

    Declaration
    public float Confidence { get; }
    Property Value
    Type Description
    Single
    API Version
    6

    Indice

    Gets the indice of detected object.

    Declaration
    public int Indice { get; }
    Property Value
    Type Description
    Int32
    API Version
    6

    Location

    Gets the location of detected object.

    Declaration
    public Rectangle Location { get; }
    Property Value
    Type Description
    Rectangle
    API Version
    6

    Name

    Gets the name of detected object.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String
    API Version
    6
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX