推理服务发送请求。
1 2 3 4 5
struct MxstServiceInfo { int fragmentId; std::string customParam; std::vector<CropRoiBox> roiBoxs; }
参数名
输入/输出
说明
fragmentId
输入
分块ID。
customParam
自定义的参数。
roiBoxs
裁剪框坐标数组。