Class PersonRecognizedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Provides data for the Recognized event.
C#Copypublic class PersonRecognizedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPersonRecognizedEventArgs
Constructors
View Source
PersonRecognizedEventArgs(IEnumerable<PersonRecognitionInfo>)
Initializes a new instance of the PersonRecognizedEventArgs class.
Declaration
C#Copypublic PersonRecognizedEventArgs(IEnumerable<PersonRecognitionInfo> recognitionInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T><PersonRecognitionInfo> | recognitionInfo |
Properties
Declaration
C#Copypublic IEnumerable<PersonRecognitionInfo> Recognitions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><PersonRecognitionInfo> |