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.
C#Copypublic class ObjectDetectionResult
- Inheritance
-
objectObjectDetectionResult
Properties
Declaration
C#Copypublic float Confidence { get; }
Property Value
| Type | Description |
|---|---|
| float |
Declaration
C#Copypublic int Indice { get; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic Rectangle Location { get; }
Property Value
| Type | Description |
|---|---|
| Rectangle |
Declaration
C#Copypublic string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |