版本260406
This commit is contained in:
@@ -21,4 +21,9 @@ public interface IAnnotationSyncAppService
|
||||
/// 查询同步状态。
|
||||
/// </summary>
|
||||
Task<Result<AnnotationSyncStatusDto>> GetSyncStatusAsync(Guid projectId, CancellationToken cancellationToken = default);
|
||||
|
||||
/// <summary>
|
||||
/// 查询 CVAT 任务详情。
|
||||
/// </summary>
|
||||
Task<Result<AnnotationTaskDetailDto>> GetTaskDetailAsync(long cvatTaskId, CancellationToken cancellationToken = default);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user