Class PersonRecognizedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
Provides data for the Recognized event.
public class PersonRecognizedEventArgs : EventArgs
- Inheritance
Constructors
View SourcePersonRecognizedEventArgs(IEnumerable<PersonRecognitionInfo>)
Initializes a new instance of the PersonRecognizedEventArgs class.
Declaration
public PersonRecognizedEventArgs(IEnumerable<PersonRecognitionInfo> recognitionInfo)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<PersonRecognitionInfo> | recognitionInfo |
API Level: 4
Properties
View SourceRecognitions
Gets a set of information that correspond to the recognized persons.
Declaration
public IEnumerable<PersonRecognitionInfo> Recognitions { get; }
Property Value
Type | Description |
---|---|
IEnumerable<PersonRecognitionInfo> |