mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 16:16:31 +00:00
rework to Azaion.Suite
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Azaion.Common.DTO;
|
||||
|
||||
public class DirectoriesConfig
|
||||
{
|
||||
public string VideosDirectory { get; set; } = null!;
|
||||
public string LabelsDirectory { get; set; } = null!;
|
||||
public string ImagesDirectory { get; set; } = null!;
|
||||
public string ResultsDirectory { get; set; } = null!;
|
||||
public string ThumbnailsDirectory { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user