Class PersonRecognitionInfo
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
Represents a result of PersonRecognizer instances.
public class PersonRecognitionInfo
- Inheritance
-
PersonRecognitionInfo
Constructors
View SourcePersonRecognitionInfo(Rectangle, Int32, Double)
Initializes a new instance of the PersonRecognitionInfo class.
Declaration
public PersonRecognitionInfo(Rectangle area, int label, double confidence)
Parameters
Type | Name | Description |
---|---|---|
Rectangle | area | |
Int32 | label | |
Double | confidence |
API Level: 4
Properties
View SourceArea
Gets the rectangular location where person face was recognized.
Declaration
public Rectangle Area { get; }
Property Value
Type | Description |
---|---|
Rectangle |
API Level: 4
View SourceConfidence
Gets the confidence value that correspond to the recognized person.
Declaration
public double Confidence { get; }
Property Value
Type | Description |
---|---|
Double |
API Level: 4
View SourceLabel
Gets the label that correspond to the recognized person.
Declaration
public int Label { get; }
Property Value
Type | Description |
---|---|
Int32 |