recipe name filter
This commit is contained in:
@@ -10,6 +10,8 @@ public interface IRecognitionControl
|
||||
void SetRecipe(RecipeData recipe);
|
||||
void Start();
|
||||
void Stop();
|
||||
void Pause();
|
||||
void Resume();
|
||||
event Action<ImageProcessedEvent> ImageProcessed;
|
||||
event Action<SessionStartedEvent> SessionStarted;
|
||||
event Action<SessionEndedEvent> SessionEnded;
|
||||
|
||||
Reference in New Issue
Block a user