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