MxstServiceInfo

功能

推理服务发送请求。

结构定义

1
2
3
4
5
struct MxstServiceInfo { 
    int fragmentId; 
    std::string customParam; 
    std::vector<CropRoiBox> roiBoxs; 
}

参数说明

参数名

输入/输出

说明

fragmentId

输入

分块ID。

customParam

输入

自定义的参数。

roiBoxs

输入

裁剪框坐标数组。