Class PersonRecognizedEventArgs

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll
API Level:
4

Provides data for the Recognized event.

C#
Copy
public class PersonRecognizedEventArgs : EventArgs
Inheritance
System.Object
PersonRecognizedEventArgs

Constructors

View Source

PersonRecognizedEventArgs(IEnumerable<PersonRecognitionInfo>)

Initializes a new instance of the PersonRecognizedEventArgs class.

Declaration
C#
Copy
public PersonRecognizedEventArgs(IEnumerable<PersonRecognitionInfo> recognitionInfo)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<PersonRecognitionInfo> recognitionInfo
API Level: 4

Properties

View Source

Recognitions

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

Declaration
C#
Copy
public IEnumerable<PersonRecognitionInfo> Recognitions { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<PersonRecognitionInfo>
API Level: 4