Class PersonRecognitionConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a configuration of Person
public class PersonRecognitionConfiguration : SurveillanceEngineConfiguration, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
View SourcePersonRecognitionConfiguration(string)
Initializes a new instance of the Person
Declaration
public PersonRecognitionConfiguration(string modelPath)
Parameters
Type | Name | Description |
---|---|---|
string | modelPath | Path to the face recognition model. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The required features are not supported. |
Properties
View SourceFaceRecognitionModelPath
Gets or sets face recognition model file path.
Declaration
public string FaceRecognitionModelPath { get; set; }
Property Value
Type | Description |
---|---|
string |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The Person |
Implements
System.IDisposable