Class PersonRecognizedEventArgs

    Definition

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

    Provides data for the Recognized event.

    public class PersonRecognizedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    PersonRecognizedEventArgs

    Constructors

    View Source

    PersonRecognizedEventArgs(IEnumerable<PersonRecognitionInfo>)

    Initializes a new instance of the PersonRecognizedEventArgs class.

    Declaration
    public PersonRecognizedEventArgs(IEnumerable<PersonRecognitionInfo> recognitionInfo)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<T><PersonRecognitionInfo> recognitionInfo

    Properties

    View Source

    Recognitions

    Gets a set of information that correspond to the recognized persons.

    Declaration
    public IEnumerable<PersonRecognitionInfo> Recognitions { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<T><PersonRecognitionInfo>
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX