Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public class ObjectDetectionResult
- Inheritance
-
object
ObjectDetectionResult
Properties
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public float Confidence { get; }
Property Value
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public int Indice { get; }
Property Value
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public Rectangle Location { get; }
Property Value
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public string Name { get; }
Property Value