Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CV/Image/CVImageAICropResponse.json
2022-05-06 20:44:39 +08:00

23 lines
407 B
JSON

{
"errcode": 0,
"errmsg": "ok",
"results": [
{
"crop_left": 112,
"crop_top": 0,
"crop_right": 839,
"crop_bottom": 727
},
{
"crop_left": 0,
"crop_top": 205,
"crop_right": 965,
"crop_bottom": 615
}
],
"img_size": {
"w": 966,
"h": 728
}
}