IDP.Custom.Detection.detectByModelIdAsync() 函数
function detectByModelIdAsync(config: DetectItem<boolean>, modelIds: string[]): Promise<DetectItem<DetectResult>>;
按模型ids批量检测
参数:
-
config: DetectItem<boolean>检测类型
-
modelIds: string[]模型ids
返回值: Promise<DetectItem<DetectResult>>