namespace Azaion.Common.DTO.Config; public class UIConfig { public double LeftPanelWidth { get; set; } public double RightPanelWidth { get; set; } public bool GenerateAnnotatedImage { get; set; } public bool SilentDetection { get; set; } public bool ShowDatasetWithDetectionsOnly { get; set; } }