v1
This commit is contained in:
16
OrpaonVision.Core/Enums/AnnotationPlatformEnum.cs
Normal file
16
OrpaonVision.Core/Enums/AnnotationPlatformEnum.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace OrpaonVision.Core.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// 标注平台类型。
|
||||
///
|
||||
/// 说明:
|
||||
/// - 根据当前需求文档,系统当前版本仅支持 CVAT;
|
||||
/// - 后续若扩展其他平台,可在本枚举中追加,并由适配层实现差异化处理。
|
||||
/// </summary>
|
||||
public enum AnnotationPlatformEnum
|
||||
{
|
||||
/// <summary>
|
||||
/// CVAT 平台。
|
||||
/// </summary>
|
||||
Cvat = 1
|
||||
}
|
||||
Reference in New Issue
Block a user