Class PersonRecognitionConfiguration

    Definition

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

    Represents a configuration of PersonRecognizer instances.

    public class PersonRecognitionConfiguration : SurveillanceEngineConfiguration, IDisposable
    Inheritance
    object
    EngineConfiguration
    SurveillanceEngineConfiguration
    PersonRecognitionConfiguration
    Implements
    System.IDisposable

    Constructors

    View Source

    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.

    Exceptions
    Type Condition
    System.ArgumentNullException

    modelPath is null.

    System.NotSupportedException

    The required features are not supported.

    Properties

    View Source

    FaceRecognitionModelPath

    Gets or sets face recognition model file path.

    Declaration
    public string FaceRecognitionModelPath { get; set; }
    Property Value
    Type Description
    string
    Exceptions
    Type Condition
    System.ArgumentNullException

    value is null.

    System.ObjectDisposedException

    The PersonRecognitionConfiguration already has been disposed of.

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX