Class PersonRecognitionConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
- Feature:
- http://tizen.org/feature/vision.face_recognitionhttp://tizen.org/feature/vision.image_recognition
Represents a configuration of PersonRecognizer instances.
C#Copypublic class PersonRecognitionConfiguration : SurveillanceEngineConfiguration, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View Source
PersonRecognitionConfiguration(String)
Initializes a new instance of the PersonRecognitionConfiguration class.
Declaration
C#Copypublic PersonRecognitionConfiguration(string modelPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | modelPath | Path to the face recognition model. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
System.NotSupportedException | The required features are not supported. |
API Level: 4
Properties
Declaration
C#Copypublic string FaceRecognitionModelPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
ObjectDisposedException | The PersonRecognitionConfiguration already has been disposed of. |
API Level: 4
Implements
System.IDisposable