Click or drag to resize

DetectedEventArgsDetectedPersons Property

A list of persons that have been detected

Namespace:  Rubedos.Viper.Net.PerceptionApps.EventArgs
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public List<Person> DetectedPersons { get; }

Property Value

Type: ListPerson
See Also