ISmartBpService interface
小于 1 分钟
ISmartBpService interface
智能 BP 服务
public interface ISmartBpServiceMembers
| name | description |
|---|---|
| IsSmartBpRunning | 当前智能 BP 是否处于运行状态。 |
| AutoFillGameDataAsync(…) | 从当前捕获画面识别赛后数据并自动回填到当前对局数据。 |
| StartSmartBp() | 启动智能 BP。 启动时会检查 OCR 模型可用性,不满足条件时不会进入运行状态。 |
| StopSmartBp() | 停止智能 BP。 |
See Also
- namespace neo_bpsys_wpf.Core.Abstractions.Services
