mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:36:31 +00:00
add ai recognition: stage 1, works, but doesn't show
This commit is contained in:
@@ -18,3 +18,5 @@ public class VolumeChangedEvent(int volume) : INotification
|
||||
{
|
||||
public int Volume { get; set; } = volume;
|
||||
}
|
||||
|
||||
public class AIDetectEvent : IRequest<List<YoloLabel>>;
|
||||
|
||||
Reference in New Issue
Block a user