Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 6
public class ObjectDetectionResult
- Inheritance
-
System.Object
ObjectDetectionResult
Properties
Declaration
public float Confidence { get; }
Property Value
API Level: 6
Declaration
public int Indice { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 6
Declaration
public Rectangle Location { get; }
Property Value
API Level: 6
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6