mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:46:30 +00:00
big refactoring. get rid of static properties and coupled architecture. prepare system for integration tests
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Windows.Media;
|
||||
using Azaion.Common.Database;
|
||||
using Azaion.Common.DTO;
|
||||
|
||||
namespace Azaion.Common.Services;
|
||||
|
||||
public interface IDetectionClassProvider
|
||||
{
|
||||
Dictionary<int, DetectionClass> GetDetectionClasses();
|
||||
List<(Color Color, double Confidence)> GetColors(Annotation annotation);
|
||||
string GetClassName(Annotation annotation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user