Class FaceRecognitionConfiguration

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll

Represents a configuration of FaceRecognizer instances.

C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")] public class FaceRecognitionConfiguration : EngineConfiguration, IDisposable
Inheritance
object
FaceRecognitionConfiguration
Implements
System.IDisposable

Constructors

View Source

FaceRecognitionConfiguration()

Initializes a new instance of the FaceRecognitionConfiguration class.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")] public FaceRecognitionConfiguration()
Exceptions
Type Condition
System.NotSupportedException

The feature is not supported.

Properties

View Source

ModelType

Gets or sets the method used for face recognition model learning. Default value is Lbph.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")] public FaceRecognitionModelType ModelType { get; set; }
Property Value
Type Description
FaceRecognitionModelType
Exceptions
Type Condition
System.ArgumentException

value is not valid.

Implements

System.IDisposable