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.
public class PersonRecognitionConfiguration : SurveillanceEngineConfiguration, IDisposable
- Inheritance
- Implements
Constructors
View SourcePersonRecognitionConfiguration(String)
Initializes a new instance of the PersonRecognitionConfiguration class.
Declaration
public PersonRecognitionConfiguration(string modelPath)
Parameters
Type | Name | Description |
---|---|---|
String | modelPath | Path to the face recognition model. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
NotSupportedException | The required features are not supported. |
API Level: 4
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 |
---|---|
ArgumentNullException |
|
ObjectDisposedException | The PersonRecognitionConfiguration already has been disposed of. |