namespace Azaion.Suite.Services.DTO; public enum ResourceEnum { None = 0, AnnotatorDll = 10, AIModelRKNN = 20, AIModelONNX = 30, }