Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
public class PersonRecognitionInfo
- Inheritance
-
System.Object
PersonRecognitionInfo
Constructors
Declaration
public PersonRecognitionInfo(Rectangle area, int label, double confidence)
Parameters
Type |
Name |
Description |
Rectangle |
area |
|
System.Int32 |
label |
|
System.Double |
confidence |
|
API Level: 4
Properties
View Source
Gets the rectangular location where person face was recognized.
Declaration
public Rectangle Area { get; }
Property Value
API Level: 4
View Source
Gets the confidence value that correspond to the recognized person.
Declaration
public double Confidence { get; }
Property Value
Type |
Description |
System.Double |
|
API Level: 4
View Source
Gets the label that correspond to the recognized person.
Declaration
public int Label { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 4