Add source id for list face detail.
This commit is contained in:
@@ -42,6 +42,7 @@ namespace AlibabaCloud
|
||||
float rightBottomX;
|
||||
float rightBottomY;
|
||||
std::string targetPicUrlPath;
|
||||
std::string sourceId;
|
||||
std::string maxAge;
|
||||
float leftTopY;
|
||||
std::string capStyle;
|
||||
|
||||
@@ -43,6 +43,7 @@ namespace AlibabaCloud
|
||||
float rightBottomX;
|
||||
float rightBottomY;
|
||||
std::string targetPicUrlPath;
|
||||
std::string sourceId;
|
||||
std::string maxAge;
|
||||
float leftTopY;
|
||||
std::string capStyle;
|
||||
|
||||
@@ -43,6 +43,7 @@ namespace AlibabaCloud
|
||||
std::string motorColor;
|
||||
float rightBottomY;
|
||||
std::string targetPicUrlPath;
|
||||
std::string sourceId;
|
||||
std::string calling;
|
||||
std::string motorClass;
|
||||
float leftTopY;
|
||||
|
||||
@@ -51,6 +51,8 @@ namespace AlibabaCloud
|
||||
void setLatitude(const std::string& latitude);
|
||||
std::string getPresetNum()const;
|
||||
void setPresetNum(const std::string& presetNum);
|
||||
std::string getDeviceTimeStamp()const;
|
||||
void setDeviceTimeStamp(const std::string& deviceTimeStamp);
|
||||
std::string getDeviceSn()const;
|
||||
void setDeviceSn(const std::string& deviceSn);
|
||||
std::string getAudioFormat()const;
|
||||
@@ -64,6 +66,7 @@ namespace AlibabaCloud
|
||||
std::vector<StreamCapacities> streamCapacities_;
|
||||
std::string latitude_;
|
||||
std::string presetNum_;
|
||||
std::string deviceTimeStamp_;
|
||||
std::string deviceSn_;
|
||||
std::string audioFormat_;
|
||||
std::string pTZCapacity_;
|
||||
|
||||
Reference in New Issue
Block a user