using System.Collections.Generic; namespace Assets.Logging.Poco { public class DetectionFrame { public Poco.ObjectsFrameSDK RawObjectsFrame { get; set; } private List detObjects = new List(); public List DetectedObjects => detObjects; } }