mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 10:56:34 +00:00
8 lines
132 B
C#
8 lines
132 B
C#
namespace Azaion.Common.Entities;
|
|
|
|
public enum ResourceEnum
|
|
{
|
|
AnnotatorDll = 10,
|
|
AIModelRKNN = 20,
|
|
AIModelONNX = 30,
|
|
} |