Support Tag.
This commit is contained in:
@@ -45,6 +45,8 @@ namespace AlibabaCloud
|
||||
void setPdfVector(bool pdfVector);
|
||||
std::string getAccessKeyId()const;
|
||||
void setAccessKeyId(const std::string& accessKeyId);
|
||||
std::string getUserData()const;
|
||||
void setUserData(const std::string& userData);
|
||||
std::string getPassword()const;
|
||||
void setPassword(const std::string& password);
|
||||
long getStartPage()const;
|
||||
@@ -92,6 +94,7 @@ namespace AlibabaCloud
|
||||
std::string idempotentToken_;
|
||||
bool pdfVector_;
|
||||
std::string accessKeyId_;
|
||||
std::string userData_;
|
||||
std::string password_;
|
||||
long startPage_;
|
||||
std::string notifyEndpoint_;
|
||||
|
||||
@@ -51,6 +51,8 @@ namespace AlibabaCloud
|
||||
void setTargetList(const std::string& targetList);
|
||||
std::string getVideoUri()const;
|
||||
void setVideoUri(const std::string& videoUri);
|
||||
std::string getTargetSegment()const;
|
||||
void setTargetSegment(const std::string& targetSegment);
|
||||
|
||||
private:
|
||||
std::string project_;
|
||||
@@ -61,6 +63,7 @@ namespace AlibabaCloud
|
||||
std::string notifyTopicName_;
|
||||
std::string targetList_;
|
||||
std::string videoUri_;
|
||||
std::string targetSegment_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,24 +45,26 @@ namespace AlibabaCloud
|
||||
};
|
||||
std::string faceId;
|
||||
FaceBoundary faceBoundary;
|
||||
long imageHeight;
|
||||
long imageWidth;
|
||||
std::string externalId;
|
||||
std::string imageUri;
|
||||
};
|
||||
GroupCoverFace groupCoverFace;
|
||||
std::string groupName;
|
||||
std::string modifyTime;
|
||||
std::string createTime;
|
||||
std::string externalId;
|
||||
std::string createTime;
|
||||
float maxAge;
|
||||
std::string gender;
|
||||
std::string remarksA;
|
||||
float averageAge;
|
||||
std::string remarksA;
|
||||
std::string remarksB;
|
||||
std::string groupId;
|
||||
std::string remarksArrayB;
|
||||
std::string remarksC;
|
||||
int imageCount;
|
||||
float minAge;
|
||||
std::string remarksC;
|
||||
std::string remarksD;
|
||||
std::string remarksArrayA;
|
||||
int faceCount;
|
||||
|
||||
Reference in New Issue
Block a user