namespace Azaion.Annotator.DTO; public class AIRecognitionConfig { public string AIModelPath { get; set; } = null!; public double FrameRecognitionSeconds { get; set; } public double TrackingDistanceConfidence { get; set; } public double TrackingProbabilityIncrease { get; set; } public double TrackingIntersectionThreshold { get; set; } }