Show / Hide Table of Contents

    Class PersonRecognitionConfiguration

    Represents a configuration of PersonRecognizer instances.

    Inheritance
    Object
    EngineConfiguration
    SurveillanceEngineConfiguration
    PersonRecognitionConfiguration
    Implements
    IDisposable
    Inherited Members
    EngineConfiguration.Dispose()
    EngineConfiguration.Dispose(Boolean)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Tizen.Multimedia.Vision
    Assembly: Tizen.Multimedia.Vision.dll
    Syntax
    public class PersonRecognitionConfiguration : SurveillanceEngineConfiguration, IDisposable
    Feature

    http://tizen.org/feature/vision.face_recognition
    http://tizen.org/feature/vision.image_recognition

    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
    4
    Exceptions
    Type Condition
    ArgumentNullException

    modelPath is null.

    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
    4
    Exceptions
    Type Condition
    ArgumentNullException

    value is null.

    ObjectDisposedException

    The PersonRecognitionConfiguration already has been disposed of.

    Implements

    System.IDisposable
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX