Class ObjectDetectionResult
Provides the ability to get the result of object detection using InferenceModelConfiguration and ObjectDetector.
Inherited Members
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
6Indice
Gets the indice of detected object.
Declaration
public int Indice { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Version
6Location
Gets the location of detected object.
Declaration
public Rectangle Location { get; }
Property Value
Type | Description |
---|---|
Rectangle |
API Version
6Name
Gets the name of detected object.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |