Update DetectLungNodule.

This commit is contained in:
sdk-team
2021-01-06 06:25:57 +00:00
parent f75ad9a460
commit 193b07c609
5 changed files with 45 additions and 28 deletions

View File

@@ -42,6 +42,8 @@ namespace AlibabaCloud
std::string getDataFormat()const;
void setDataFormat(const std::string& dataFormat);
float getThreshold()const;
void setThreshold(float threshold);
std::vector<URLList> getURLList()const;
void setURLList(const std::vector<URLList>& uRLList);
std::string getOrgId()const;
@@ -53,6 +55,7 @@ namespace AlibabaCloud
private:
std::string dataFormat_;
float threshold_;
std::vector<URLList> uRLList_;
std::string orgId_;
bool async_;

View File

@@ -40,13 +40,13 @@ namespace AlibabaCloud
{
float imageZ;
float imageY;
std::string lobe;
float imageX;
std::string lobe;
std::string category;
std::string lung;
float meanValue;
float confidence;
float volume;
float confidence;
float x;
float y;
float z;