Initial version.

This commit is contained in:
sdk-team
2020-05-19 15:27:18 +08:00
parent 9c95c03a45
commit 4b3913d6cd
4 changed files with 14 additions and 11 deletions

View File

@@ -37,13 +37,13 @@ namespace AlibabaCloud
struct Record
{
std::string targetImageUrl;
int score;
int rightBottomX;
int rightBottomY;
float score;
float rightBottomX;
float rightBottomY;
std::string gbId;
std::string imageUrl;
int leftTopY;
int leftTopX;
float leftTopY;
float leftTopX;
};
int totalCount;
int pageSize;