mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:36:31 +00:00
10 lines
153 B
C#
10 lines
153 B
C#
namespace Azaion.Suite.Services.DTO;
|
|
|
|
public enum ResourceEnum
|
|
{
|
|
None = 0,
|
|
AnnotatorDll = 10,
|
|
AIModelRKNN = 20,
|
|
AIModelONNX = 30,
|
|
}
|