美摄SDK For Android
3.14.0
|
智能检测回调接口 更多...
Public 成员函数 | |
void | onDetectStarted (String mediaPath, long taskId) |
开始检测 更多... | |
void | onDetectFinished (String mediaPath, String scdPath) |
完成检测 更多... | |
void | onDetectError (int errorType) |
检测异常信息 更多... | |
void | onDetectProgress (String mediaPath, float progress) |
检测进度 更多... | |
智能检测回调接口
void com.meicam.sdk.NvsSmartCutParser.SmartCutParserCallback.onDetectError | ( | int | errorType | ) |
检测异常信息
errorType | 错误类型 |
void com.meicam.sdk.NvsSmartCutParser.SmartCutParserCallback.onDetectFinished | ( | String | mediaPath, |
String | scdPath | ||
) |
完成检测
mediaPath | 资源路径 |
scdPath | 检测结果路径 |
void com.meicam.sdk.NvsSmartCutParser.SmartCutParserCallback.onDetectProgress | ( | String | mediaPath, |
float | progress | ||
) |
检测进度
mediaPath | 资源路径 |
progress | 进度值 |
void com.meicam.sdk.NvsSmartCutParser.SmartCutParserCallback.onDetectStarted | ( | String | mediaPath, |
long | taskId | ||
) |
开始检测
mediaPath | 资源路径 |
taskId | 任务序号 |