Class PersonRecognitionConfiguration
Represents a configuration of PersonRecognizer instances.
Inheritance
PersonRecognitionConfiguration
Implements
Inherited Members
Namespace: Tizen.Multimedia.Vision
Assembly: Tizen.Multimedia.Vision.dll
Syntax
public class PersonRecognitionConfiguration : SurveillanceEngineConfiguration, IDisposable
Feature
Constructors
PersonRecognitionConfiguration(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. |
API Version
4Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
NotSupportedException | The required features are not supported. |
Properties
FaceRecognitionModelPath
Gets or sets face recognition model file path.
Declaration
public string FaceRecognitionModelPath { get; set; }
Property Value
Type | Description |
---|---|
String |
API Version
4Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
ObjectDisposedException | The PersonRecognitionConfiguration already has been disposed of. |