Class ObjectDetectionResult
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Provides the ability to get the result of object detection using Inference
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public class ObjectDetectionResult
- Inheritance
-
objectObject
Detection Result
Properties
Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public float Confidence { get; }
Property Value
Type | Description |
---|---|
float |
Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public int Indice { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public Rectangle Location { get; }
Property Value
Type | Description |
---|---|
Rectangle |
Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public string Name { get; }
Property Value
Type | Description |
---|---|
string |