Class PersonAppearanceDetectionConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a configuration of Person
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public class PersonAppearanceDetectionConfiguration : SurveillanceEngineConfiguration, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
View Source
PersonAppearanceDetectionConfiguration()
Initializes a new instance of the Person
Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public PersonAppearanceDetectionConfiguration()
Exceptions
Type | Condition |
---|---|
System. |
The required features are not supported. |
Fields
View Source
DefaultSkipFramesCount
A read-only field that represents the default value of Skip
Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public static readonly int DefaultSkipFramesCount
Field Value
Type | Description |
---|---|
int |
Properties
Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public int SkipFramesCount { get; set; }
Property Value
Type | Description |
---|---|
int | The value to specify the number of Media The default is 0. It means that no frames will be skipped and all Media |
Exceptions
Type | Condition |
---|---|
System. |
The Person |
System. |
|
See Also
Implements
System.IDisposable