Release EstimateMonocularVideoDepth.
This commit is contained in:
@@ -17,32 +17,26 @@
|
|||||||
#ifndef ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATEMONOCULARIMAGEDEPTHREQUEST_H_
|
#ifndef ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATEMONOCULARIMAGEDEPTHREQUEST_H_
|
||||||
#define ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATEMONOCULARIMAGEDEPTHREQUEST_H_
|
#define ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATEMONOCULARIMAGEDEPTHREQUEST_H_
|
||||||
|
|
||||||
|
#include <alibabacloud/threedvision/ThreedvisionExport.h>
|
||||||
|
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
#include <map>
|
||||||
#include <alibabacloud/threedvision/ThreedvisionExport.h>
|
|
||||||
|
|
||||||
namespace AlibabaCloud
|
|
||||||
{
|
|
||||||
namespace Threedvision
|
|
||||||
{
|
|
||||||
namespace Model
|
|
||||||
{
|
|
||||||
class ALIBABACLOUD_THREEDVISION_EXPORT EstimateMonocularImageDepthRequest : public RpcServiceRequest
|
|
||||||
{
|
|
||||||
|
|
||||||
|
namespace AlibabaCloud {
|
||||||
|
namespace Threedvision {
|
||||||
|
namespace Model {
|
||||||
|
class ALIBABACLOUD_THREEDVISION_EXPORT EstimateMonocularImageDepthRequest : public RpcServiceRequest {
|
||||||
public:
|
public:
|
||||||
EstimateMonocularImageDepthRequest();
|
EstimateMonocularImageDepthRequest();
|
||||||
~EstimateMonocularImageDepthRequest();
|
~EstimateMonocularImageDepthRequest();
|
||||||
|
|
||||||
std::string getImageURL() const;
|
std::string getImageURL() const;
|
||||||
void setImageURL(const std::string &imageURL);
|
void setImageURL(const std::string &imageURL);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::string imageURL_;
|
std::string imageURL_;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
} // namespace Model
|
||||||
}
|
} // namespace Threedvision
|
||||||
}
|
} // namespace AlibabaCloud
|
||||||
#endif // !ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATEMONOCULARIMAGEDEPTHREQUEST_H_
|
#endif // !ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATEMONOCULARIMAGEDEPTHREQUEST_H_
|
||||||
@@ -17,24 +17,19 @@
|
|||||||
#ifndef ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATEMONOCULARVIDEODEPTHREQUEST_H_
|
#ifndef ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATEMONOCULARVIDEODEPTHREQUEST_H_
|
||||||
#define ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATEMONOCULARVIDEODEPTHREQUEST_H_
|
#define ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATEMONOCULARVIDEODEPTHREQUEST_H_
|
||||||
|
|
||||||
|
#include <alibabacloud/threedvision/ThreedvisionExport.h>
|
||||||
|
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
#include <map>
|
||||||
#include <alibabacloud/threedvision/ThreedvisionExport.h>
|
|
||||||
|
|
||||||
namespace AlibabaCloud
|
|
||||||
{
|
|
||||||
namespace Threedvision
|
|
||||||
{
|
|
||||||
namespace Model
|
|
||||||
{
|
|
||||||
class ALIBABACLOUD_THREEDVISION_EXPORT EstimateMonocularVideoDepthRequest : public RpcServiceRequest
|
|
||||||
{
|
|
||||||
|
|
||||||
|
namespace AlibabaCloud {
|
||||||
|
namespace Threedvision {
|
||||||
|
namespace Model {
|
||||||
|
class ALIBABACLOUD_THREEDVISION_EXPORT EstimateMonocularVideoDepthRequest : public RpcServiceRequest {
|
||||||
public:
|
public:
|
||||||
EstimateMonocularVideoDepthRequest();
|
EstimateMonocularVideoDepthRequest();
|
||||||
~EstimateMonocularVideoDepthRequest();
|
~EstimateMonocularVideoDepthRequest();
|
||||||
|
|
||||||
std::string getSampleRate() const;
|
std::string getSampleRate() const;
|
||||||
void setSampleRate(const std::string &sampleRate);
|
void setSampleRate(const std::string &sampleRate);
|
||||||
bool getAsync() const;
|
bool getAsync() const;
|
||||||
@@ -46,9 +41,8 @@ namespace AlibabaCloud
|
|||||||
std::string sampleRate_;
|
std::string sampleRate_;
|
||||||
bool async_;
|
bool async_;
|
||||||
std::string videoURL_;
|
std::string videoURL_;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
} // namespace Model
|
||||||
}
|
} // namespace Threedvision
|
||||||
}
|
} // namespace AlibabaCloud
|
||||||
#endif // !ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATEMONOCULARVIDEODEPTHREQUEST_H_
|
#endif // !ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATEMONOCULARVIDEODEPTHREQUEST_H_
|
||||||
@@ -17,24 +17,19 @@
|
|||||||
#ifndef ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATESTEREOIMAGEDEPTHREQUEST_H_
|
#ifndef ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATESTEREOIMAGEDEPTHREQUEST_H_
|
||||||
#define ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATESTEREOIMAGEDEPTHREQUEST_H_
|
#define ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATESTEREOIMAGEDEPTHREQUEST_H_
|
||||||
|
|
||||||
|
#include <alibabacloud/threedvision/ThreedvisionExport.h>
|
||||||
|
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
#include <map>
|
||||||
#include <alibabacloud/threedvision/ThreedvisionExport.h>
|
|
||||||
|
|
||||||
namespace AlibabaCloud
|
|
||||||
{
|
|
||||||
namespace Threedvision
|
|
||||||
{
|
|
||||||
namespace Model
|
|
||||||
{
|
|
||||||
class ALIBABACLOUD_THREEDVISION_EXPORT EstimateStereoImageDepthRequest : public RpcServiceRequest
|
|
||||||
{
|
|
||||||
|
|
||||||
|
namespace AlibabaCloud {
|
||||||
|
namespace Threedvision {
|
||||||
|
namespace Model {
|
||||||
|
class ALIBABACLOUD_THREEDVISION_EXPORT EstimateStereoImageDepthRequest : public RpcServiceRequest {
|
||||||
public:
|
public:
|
||||||
EstimateStereoImageDepthRequest();
|
EstimateStereoImageDepthRequest();
|
||||||
~EstimateStereoImageDepthRequest();
|
~EstimateStereoImageDepthRequest();
|
||||||
|
|
||||||
std::string getRightImageURL() const;
|
std::string getRightImageURL() const;
|
||||||
void setRightImageURL(const std::string &rightImageURL);
|
void setRightImageURL(const std::string &rightImageURL);
|
||||||
std::string getLeftImageURL() const;
|
std::string getLeftImageURL() const;
|
||||||
@@ -43,9 +38,8 @@ namespace AlibabaCloud
|
|||||||
private:
|
private:
|
||||||
std::string rightImageURL_;
|
std::string rightImageURL_;
|
||||||
std::string leftImageURL_;
|
std::string leftImageURL_;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
} // namespace Model
|
||||||
}
|
} // namespace Threedvision
|
||||||
}
|
} // namespace AlibabaCloud
|
||||||
#endif // !ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATESTEREOIMAGEDEPTHREQUEST_H_
|
#endif // !ALIBABACLOUD_THREEDVISION_MODEL_ESTIMATESTEREOIMAGEDEPTHREQUEST_H_
|
||||||
@@ -17,24 +17,19 @@
|
|||||||
#ifndef ALIBABACLOUD_THREEDVISION_MODEL_GETASYNCJOBRESULTREQUEST_H_
|
#ifndef ALIBABACLOUD_THREEDVISION_MODEL_GETASYNCJOBRESULTREQUEST_H_
|
||||||
#define ALIBABACLOUD_THREEDVISION_MODEL_GETASYNCJOBRESULTREQUEST_H_
|
#define ALIBABACLOUD_THREEDVISION_MODEL_GETASYNCJOBRESULTREQUEST_H_
|
||||||
|
|
||||||
|
#include <alibabacloud/threedvision/ThreedvisionExport.h>
|
||||||
|
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
#include <map>
|
||||||
#include <alibabacloud/threedvision/ThreedvisionExport.h>
|
|
||||||
|
|
||||||
namespace AlibabaCloud
|
|
||||||
{
|
|
||||||
namespace Threedvision
|
|
||||||
{
|
|
||||||
namespace Model
|
|
||||||
{
|
|
||||||
class ALIBABACLOUD_THREEDVISION_EXPORT GetAsyncJobResultRequest : public RpcServiceRequest
|
|
||||||
{
|
|
||||||
|
|
||||||
|
namespace AlibabaCloud {
|
||||||
|
namespace Threedvision {
|
||||||
|
namespace Model {
|
||||||
|
class ALIBABACLOUD_THREEDVISION_EXPORT GetAsyncJobResultRequest : public RpcServiceRequest {
|
||||||
public:
|
public:
|
||||||
GetAsyncJobResultRequest();
|
GetAsyncJobResultRequest();
|
||||||
~GetAsyncJobResultRequest();
|
~GetAsyncJobResultRequest();
|
||||||
|
|
||||||
std::string getJobId() const;
|
std::string getJobId() const;
|
||||||
void setJobId(const std::string &jobId);
|
void setJobId(const std::string &jobId);
|
||||||
bool getAsync() const;
|
bool getAsync() const;
|
||||||
@@ -43,9 +38,8 @@ namespace AlibabaCloud
|
|||||||
private:
|
private:
|
||||||
std::string jobId_;
|
std::string jobId_;
|
||||||
bool async_;
|
bool async_;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
} // namespace Model
|
||||||
}
|
} // namespace Threedvision
|
||||||
}
|
} // namespace AlibabaCloud
|
||||||
#endif // !ALIBABACLOUD_THREEDVISION_MODEL_GETASYNCJOBRESULTREQUEST_H_
|
#endif // !ALIBABACLOUD_THREEDVISION_MODEL_GETASYNCJOBRESULTREQUEST_H_
|
||||||
@@ -17,32 +17,26 @@
|
|||||||
#ifndef ALIBABACLOUD_THREEDVISION_MODEL_RECONSTRUCTBODYBYSINGLEIMAGEREQUEST_H_
|
#ifndef ALIBABACLOUD_THREEDVISION_MODEL_RECONSTRUCTBODYBYSINGLEIMAGEREQUEST_H_
|
||||||
#define ALIBABACLOUD_THREEDVISION_MODEL_RECONSTRUCTBODYBYSINGLEIMAGEREQUEST_H_
|
#define ALIBABACLOUD_THREEDVISION_MODEL_RECONSTRUCTBODYBYSINGLEIMAGEREQUEST_H_
|
||||||
|
|
||||||
|
#include <alibabacloud/threedvision/ThreedvisionExport.h>
|
||||||
|
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
#include <map>
|
||||||
#include <alibabacloud/threedvision/ThreedvisionExport.h>
|
|
||||||
|
|
||||||
namespace AlibabaCloud
|
|
||||||
{
|
|
||||||
namespace Threedvision
|
|
||||||
{
|
|
||||||
namespace Model
|
|
||||||
{
|
|
||||||
class ALIBABACLOUD_THREEDVISION_EXPORT ReconstructBodyBySingleImageRequest : public RpcServiceRequest
|
|
||||||
{
|
|
||||||
|
|
||||||
|
namespace AlibabaCloud {
|
||||||
|
namespace Threedvision {
|
||||||
|
namespace Model {
|
||||||
|
class ALIBABACLOUD_THREEDVISION_EXPORT ReconstructBodyBySingleImageRequest : public RpcServiceRequest {
|
||||||
public:
|
public:
|
||||||
ReconstructBodyBySingleImageRequest();
|
ReconstructBodyBySingleImageRequest();
|
||||||
~ReconstructBodyBySingleImageRequest();
|
~ReconstructBodyBySingleImageRequest();
|
||||||
|
|
||||||
std::string getImageURL() const;
|
std::string getImageURL() const;
|
||||||
void setImageURL(const std::string &imageURL);
|
void setImageURL(const std::string &imageURL);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::string imageURL_;
|
std::string imageURL_;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
} // namespace Model
|
||||||
}
|
} // namespace Threedvision
|
||||||
}
|
} // namespace AlibabaCloud
|
||||||
#endif // !ALIBABACLOUD_THREEDVISION_MODEL_RECONSTRUCTBODYBYSINGLEIMAGEREQUEST_H_
|
#endif // !ALIBABACLOUD_THREEDVISION_MODEL_RECONSTRUCTBODYBYSINGLEIMAGEREQUEST_H_
|
||||||
@@ -17,24 +17,19 @@
|
|||||||
#ifndef ALIBABACLOUD_THREEDVISION_MODEL_RECONSTRUCTTHREEDMULTIVIEWREQUEST_H_
|
#ifndef ALIBABACLOUD_THREEDVISION_MODEL_RECONSTRUCTTHREEDMULTIVIEWREQUEST_H_
|
||||||
#define ALIBABACLOUD_THREEDVISION_MODEL_RECONSTRUCTTHREEDMULTIVIEWREQUEST_H_
|
#define ALIBABACLOUD_THREEDVISION_MODEL_RECONSTRUCTTHREEDMULTIVIEWREQUEST_H_
|
||||||
|
|
||||||
|
#include <alibabacloud/threedvision/ThreedvisionExport.h>
|
||||||
|
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
#include <map>
|
||||||
#include <alibabacloud/threedvision/ThreedvisionExport.h>
|
|
||||||
|
|
||||||
namespace AlibabaCloud
|
|
||||||
{
|
|
||||||
namespace Threedvision
|
|
||||||
{
|
|
||||||
namespace Model
|
|
||||||
{
|
|
||||||
class ALIBABACLOUD_THREEDVISION_EXPORT ReconstructThreeDMultiViewRequest : public RpcServiceRequest
|
|
||||||
{
|
|
||||||
|
|
||||||
|
namespace AlibabaCloud {
|
||||||
|
namespace Threedvision {
|
||||||
|
namespace Model {
|
||||||
|
class ALIBABACLOUD_THREEDVISION_EXPORT ReconstructThreeDMultiViewRequest : public RpcServiceRequest {
|
||||||
public:
|
public:
|
||||||
ReconstructThreeDMultiViewRequest();
|
ReconstructThreeDMultiViewRequest();
|
||||||
~ReconstructThreeDMultiViewRequest();
|
~ReconstructThreeDMultiViewRequest();
|
||||||
|
|
||||||
std::string getMode() const;
|
std::string getMode() const;
|
||||||
void setMode(const std::string &mode);
|
void setMode(const std::string &mode);
|
||||||
std::string getZipFileUrl() const;
|
std::string getZipFileUrl() const;
|
||||||
@@ -46,9 +41,8 @@ namespace AlibabaCloud
|
|||||||
std::string mode_;
|
std::string mode_;
|
||||||
std::string zipFileUrl_;
|
std::string zipFileUrl_;
|
||||||
bool async_;
|
bool async_;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
} // namespace Model
|
||||||
}
|
} // namespace Threedvision
|
||||||
}
|
} // namespace AlibabaCloud
|
||||||
#endif // !ALIBABACLOUD_THREEDVISION_MODEL_RECONSTRUCTTHREEDMULTIVIEWREQUEST_H_
|
#endif // !ALIBABACLOUD_THREEDVISION_MODEL_RECONSTRUCTTHREEDMULTIVIEWREQUEST_H_
|
||||||
@@ -18,23 +18,19 @@
|
|||||||
|
|
||||||
using AlibabaCloud::Threedvision::Model::EstimateMonocularImageDepthRequest;
|
using AlibabaCloud::Threedvision::Model::EstimateMonocularImageDepthRequest;
|
||||||
|
|
||||||
EstimateMonocularImageDepthRequest::EstimateMonocularImageDepthRequest() :
|
EstimateMonocularImageDepthRequest::EstimateMonocularImageDepthRequest()
|
||||||
RpcServiceRequest("threedvision", "2021-01-31", "EstimateMonocularImageDepth")
|
: RpcServiceRequest("threedvision", "2021-01-31", "EstimateMonocularImageDepth") {
|
||||||
{
|
|
||||||
setMethod(HttpRequest::Method::Post);
|
setMethod(HttpRequest::Method::Post);
|
||||||
}
|
}
|
||||||
|
|
||||||
EstimateMonocularImageDepthRequest::~EstimateMonocularImageDepthRequest()
|
EstimateMonocularImageDepthRequest::~EstimateMonocularImageDepthRequest() {}
|
||||||
{}
|
|
||||||
|
|
||||||
std::string EstimateMonocularImageDepthRequest::getImageURL()const
|
std::string EstimateMonocularImageDepthRequest::getImageURL() const {
|
||||||
{
|
|
||||||
return imageURL_;
|
return imageURL_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void EstimateMonocularImageDepthRequest::setImageURL(const std::string& imageURL)
|
void EstimateMonocularImageDepthRequest::setImageURL(const std::string &imageURL) {
|
||||||
{
|
|
||||||
imageURL_ = imageURL;
|
imageURL_ = imageURL;
|
||||||
setBodyParameter("ImageURL", imageURL);
|
setBodyParameter(std::string("ImageURL"), imageURL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,45 +18,37 @@
|
|||||||
|
|
||||||
using AlibabaCloud::Threedvision::Model::EstimateMonocularVideoDepthRequest;
|
using AlibabaCloud::Threedvision::Model::EstimateMonocularVideoDepthRequest;
|
||||||
|
|
||||||
EstimateMonocularVideoDepthRequest::EstimateMonocularVideoDepthRequest() :
|
EstimateMonocularVideoDepthRequest::EstimateMonocularVideoDepthRequest()
|
||||||
RpcServiceRequest("threedvision", "2021-01-31", "EstimateMonocularVideoDepth")
|
: RpcServiceRequest("threedvision", "2021-01-31", "EstimateMonocularVideoDepth") {
|
||||||
{
|
|
||||||
setMethod(HttpRequest::Method::Post);
|
setMethod(HttpRequest::Method::Post);
|
||||||
}
|
}
|
||||||
|
|
||||||
EstimateMonocularVideoDepthRequest::~EstimateMonocularVideoDepthRequest()
|
EstimateMonocularVideoDepthRequest::~EstimateMonocularVideoDepthRequest() {}
|
||||||
{}
|
|
||||||
|
|
||||||
std::string EstimateMonocularVideoDepthRequest::getSampleRate()const
|
std::string EstimateMonocularVideoDepthRequest::getSampleRate() const {
|
||||||
{
|
|
||||||
return sampleRate_;
|
return sampleRate_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void EstimateMonocularVideoDepthRequest::setSampleRate(const std::string& sampleRate)
|
void EstimateMonocularVideoDepthRequest::setSampleRate(const std::string &sampleRate) {
|
||||||
{
|
|
||||||
sampleRate_ = sampleRate;
|
sampleRate_ = sampleRate;
|
||||||
setBodyParameter("SampleRate", sampleRate);
|
setBodyParameter(std::string("SampleRate"), sampleRate);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool EstimateMonocularVideoDepthRequest::getAsync()const
|
bool EstimateMonocularVideoDepthRequest::getAsync() const {
|
||||||
{
|
|
||||||
return async_;
|
return async_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void EstimateMonocularVideoDepthRequest::setAsync(bool async)
|
void EstimateMonocularVideoDepthRequest::setAsync(bool async) {
|
||||||
{
|
|
||||||
async_ = async;
|
async_ = async;
|
||||||
setBodyParameter("Async", async ? "true" : "false");
|
setBodyParameter(std::string("Async"), async ? "true" : "false");
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string EstimateMonocularVideoDepthRequest::getVideoURL()const
|
std::string EstimateMonocularVideoDepthRequest::getVideoURL() const {
|
||||||
{
|
|
||||||
return videoURL_;
|
return videoURL_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void EstimateMonocularVideoDepthRequest::setVideoURL(const std::string& videoURL)
|
void EstimateMonocularVideoDepthRequest::setVideoURL(const std::string &videoURL) {
|
||||||
{
|
|
||||||
videoURL_ = videoURL;
|
videoURL_ = videoURL;
|
||||||
setBodyParameter("VideoURL", videoURL);
|
setBodyParameter(std::string("VideoURL"), videoURL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,34 +18,28 @@
|
|||||||
|
|
||||||
using AlibabaCloud::Threedvision::Model::EstimateStereoImageDepthRequest;
|
using AlibabaCloud::Threedvision::Model::EstimateStereoImageDepthRequest;
|
||||||
|
|
||||||
EstimateStereoImageDepthRequest::EstimateStereoImageDepthRequest() :
|
EstimateStereoImageDepthRequest::EstimateStereoImageDepthRequest()
|
||||||
RpcServiceRequest("threedvision", "2021-01-31", "EstimateStereoImageDepth")
|
: RpcServiceRequest("threedvision", "2021-01-31", "EstimateStereoImageDepth") {
|
||||||
{
|
|
||||||
setMethod(HttpRequest::Method::Post);
|
setMethod(HttpRequest::Method::Post);
|
||||||
}
|
}
|
||||||
|
|
||||||
EstimateStereoImageDepthRequest::~EstimateStereoImageDepthRequest()
|
EstimateStereoImageDepthRequest::~EstimateStereoImageDepthRequest() {}
|
||||||
{}
|
|
||||||
|
|
||||||
std::string EstimateStereoImageDepthRequest::getRightImageURL()const
|
std::string EstimateStereoImageDepthRequest::getRightImageURL() const {
|
||||||
{
|
|
||||||
return rightImageURL_;
|
return rightImageURL_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void EstimateStereoImageDepthRequest::setRightImageURL(const std::string& rightImageURL)
|
void EstimateStereoImageDepthRequest::setRightImageURL(const std::string &rightImageURL) {
|
||||||
{
|
|
||||||
rightImageURL_ = rightImageURL;
|
rightImageURL_ = rightImageURL;
|
||||||
setBodyParameter("RightImageURL", rightImageURL);
|
setBodyParameter(std::string("RightImageURL"), rightImageURL);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string EstimateStereoImageDepthRequest::getLeftImageURL()const
|
std::string EstimateStereoImageDepthRequest::getLeftImageURL() const {
|
||||||
{
|
|
||||||
return leftImageURL_;
|
return leftImageURL_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void EstimateStereoImageDepthRequest::setLeftImageURL(const std::string& leftImageURL)
|
void EstimateStereoImageDepthRequest::setLeftImageURL(const std::string &leftImageURL) {
|
||||||
{
|
|
||||||
leftImageURL_ = leftImageURL;
|
leftImageURL_ = leftImageURL;
|
||||||
setBodyParameter("LeftImageURL", leftImageURL);
|
setBodyParameter(std::string("LeftImageURL"), leftImageURL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,34 +18,28 @@
|
|||||||
|
|
||||||
using AlibabaCloud::Threedvision::Model::GetAsyncJobResultRequest;
|
using AlibabaCloud::Threedvision::Model::GetAsyncJobResultRequest;
|
||||||
|
|
||||||
GetAsyncJobResultRequest::GetAsyncJobResultRequest() :
|
GetAsyncJobResultRequest::GetAsyncJobResultRequest()
|
||||||
RpcServiceRequest("threedvision", "2021-01-31", "GetAsyncJobResult")
|
: RpcServiceRequest("threedvision", "2021-01-31", "GetAsyncJobResult") {
|
||||||
{
|
|
||||||
setMethod(HttpRequest::Method::Post);
|
setMethod(HttpRequest::Method::Post);
|
||||||
}
|
}
|
||||||
|
|
||||||
GetAsyncJobResultRequest::~GetAsyncJobResultRequest()
|
GetAsyncJobResultRequest::~GetAsyncJobResultRequest() {}
|
||||||
{}
|
|
||||||
|
|
||||||
std::string GetAsyncJobResultRequest::getJobId()const
|
std::string GetAsyncJobResultRequest::getJobId() const {
|
||||||
{
|
|
||||||
return jobId_;
|
return jobId_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void GetAsyncJobResultRequest::setJobId(const std::string& jobId)
|
void GetAsyncJobResultRequest::setJobId(const std::string &jobId) {
|
||||||
{
|
|
||||||
jobId_ = jobId;
|
jobId_ = jobId;
|
||||||
setBodyParameter("JobId", jobId);
|
setBodyParameter(std::string("JobId"), jobId);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool GetAsyncJobResultRequest::getAsync()const
|
bool GetAsyncJobResultRequest::getAsync() const {
|
||||||
{
|
|
||||||
return async_;
|
return async_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void GetAsyncJobResultRequest::setAsync(bool async)
|
void GetAsyncJobResultRequest::setAsync(bool async) {
|
||||||
{
|
|
||||||
async_ = async;
|
async_ = async;
|
||||||
setBodyParameter("Async", async ? "true" : "false");
|
setBodyParameter(std::string("Async"), async ? "true" : "false");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,23 +18,19 @@
|
|||||||
|
|
||||||
using AlibabaCloud::Threedvision::Model::ReconstructBodyBySingleImageRequest;
|
using AlibabaCloud::Threedvision::Model::ReconstructBodyBySingleImageRequest;
|
||||||
|
|
||||||
ReconstructBodyBySingleImageRequest::ReconstructBodyBySingleImageRequest() :
|
ReconstructBodyBySingleImageRequest::ReconstructBodyBySingleImageRequest()
|
||||||
RpcServiceRequest("threedvision", "2021-01-31", "ReconstructBodyBySingleImage")
|
: RpcServiceRequest("threedvision", "2021-01-31", "ReconstructBodyBySingleImage") {
|
||||||
{
|
|
||||||
setMethod(HttpRequest::Method::Post);
|
setMethod(HttpRequest::Method::Post);
|
||||||
}
|
}
|
||||||
|
|
||||||
ReconstructBodyBySingleImageRequest::~ReconstructBodyBySingleImageRequest()
|
ReconstructBodyBySingleImageRequest::~ReconstructBodyBySingleImageRequest() {}
|
||||||
{}
|
|
||||||
|
|
||||||
std::string ReconstructBodyBySingleImageRequest::getImageURL()const
|
std::string ReconstructBodyBySingleImageRequest::getImageURL() const {
|
||||||
{
|
|
||||||
return imageURL_;
|
return imageURL_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ReconstructBodyBySingleImageRequest::setImageURL(const std::string& imageURL)
|
void ReconstructBodyBySingleImageRequest::setImageURL(const std::string &imageURL) {
|
||||||
{
|
|
||||||
imageURL_ = imageURL;
|
imageURL_ = imageURL;
|
||||||
setBodyParameter("ImageURL", imageURL);
|
setBodyParameter(std::string("ImageURL"), imageURL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,45 +18,37 @@
|
|||||||
|
|
||||||
using AlibabaCloud::Threedvision::Model::ReconstructThreeDMultiViewRequest;
|
using AlibabaCloud::Threedvision::Model::ReconstructThreeDMultiViewRequest;
|
||||||
|
|
||||||
ReconstructThreeDMultiViewRequest::ReconstructThreeDMultiViewRequest() :
|
ReconstructThreeDMultiViewRequest::ReconstructThreeDMultiViewRequest()
|
||||||
RpcServiceRequest("threedvision", "2021-01-31", "ReconstructThreeDMultiView")
|
: RpcServiceRequest("threedvision", "2021-01-31", "ReconstructThreeDMultiView") {
|
||||||
{
|
|
||||||
setMethod(HttpRequest::Method::Post);
|
setMethod(HttpRequest::Method::Post);
|
||||||
}
|
}
|
||||||
|
|
||||||
ReconstructThreeDMultiViewRequest::~ReconstructThreeDMultiViewRequest()
|
ReconstructThreeDMultiViewRequest::~ReconstructThreeDMultiViewRequest() {}
|
||||||
{}
|
|
||||||
|
|
||||||
std::string ReconstructThreeDMultiViewRequest::getMode()const
|
std::string ReconstructThreeDMultiViewRequest::getMode() const {
|
||||||
{
|
|
||||||
return mode_;
|
return mode_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ReconstructThreeDMultiViewRequest::setMode(const std::string& mode)
|
void ReconstructThreeDMultiViewRequest::setMode(const std::string &mode) {
|
||||||
{
|
|
||||||
mode_ = mode;
|
mode_ = mode;
|
||||||
setBodyParameter("Mode", mode);
|
setBodyParameter(std::string("Mode"), mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string ReconstructThreeDMultiViewRequest::getZipFileUrl()const
|
std::string ReconstructThreeDMultiViewRequest::getZipFileUrl() const {
|
||||||
{
|
|
||||||
return zipFileUrl_;
|
return zipFileUrl_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ReconstructThreeDMultiViewRequest::setZipFileUrl(const std::string& zipFileUrl)
|
void ReconstructThreeDMultiViewRequest::setZipFileUrl(const std::string &zipFileUrl) {
|
||||||
{
|
|
||||||
zipFileUrl_ = zipFileUrl;
|
zipFileUrl_ = zipFileUrl;
|
||||||
setBodyParameter("ZipFileUrl", zipFileUrl);
|
setBodyParameter(std::string("ZipFileUrl"), zipFileUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ReconstructThreeDMultiViewRequest::getAsync()const
|
bool ReconstructThreeDMultiViewRequest::getAsync() const {
|
||||||
{
|
|
||||||
return async_;
|
return async_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ReconstructThreeDMultiViewRequest::setAsync(bool async)
|
void ReconstructThreeDMultiViewRequest::setAsync(bool async) {
|
||||||
{
|
|
||||||
async_ = async;
|
async_ = async;
|
||||||
setBodyParameter("Async", async ? "true" : "false");
|
setBodyParameter(std::string("Async"), async ? "true" : "false");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user