Release EstimateMonocularVideoDepth.

This commit is contained in:
sdk-team
2022-10-17 05:47:12 +00:00
parent 2f4689f88a
commit 3b853470ee
13 changed files with 433 additions and 361 deletions

View File

@@ -1,36 +1,40 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <alibabacloud/threedvision/model/EstimateMonocularImageDepthRequest.h>
using AlibabaCloud::Threedvision::Model::EstimateMonocularImageDepthRequest;
EstimateMonocularImageDepthRequest::EstimateMonocularImageDepthRequest()
: RpcServiceRequest("threedvision", "2021-01-31", "EstimateMonocularImageDepth") {
setMethod(HttpRequest::Method::Post);
*/
#include <alibabacloud/threedvision/model/EstimateMonocularImageDepthRequest.h>
using AlibabaCloud::Threedvision::Model::EstimateMonocularImageDepthRequest;
EstimateMonocularImageDepthRequest::EstimateMonocularImageDepthRequest() :
RpcServiceRequest("threedvision", "2021-01-31", "EstimateMonocularImageDepth")
{
setMethod(HttpRequest::Method::Post);
}
EstimateMonocularImageDepthRequest::~EstimateMonocularImageDepthRequest()
{}
std::string EstimateMonocularImageDepthRequest::getImageURL()const
{
return imageURL_;
}
EstimateMonocularImageDepthRequest::~EstimateMonocularImageDepthRequest() {}
std::string EstimateMonocularImageDepthRequest::getImageURL() const {
return imageURL_;
}
void EstimateMonocularImageDepthRequest::setImageURL(const std::string &imageURL) {
imageURL_ = imageURL;
setBodyParameter(std::string("ImageURL"), imageURL);
void EstimateMonocularImageDepthRequest::setImageURL(const std::string& imageURL)
{
imageURL_ = imageURL;
setBodyParameter("ImageURL", imageURL);
}

View File

@@ -1,54 +1,62 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <alibabacloud/threedvision/model/EstimateMonocularVideoDepthRequest.h>
using AlibabaCloud::Threedvision::Model::EstimateMonocularVideoDepthRequest;
EstimateMonocularVideoDepthRequest::EstimateMonocularVideoDepthRequest()
: RpcServiceRequest("threedvision", "2021-01-31", "EstimateMonocularVideoDepth") {
setMethod(HttpRequest::Method::Post);
*/
#include <alibabacloud/threedvision/model/EstimateMonocularVideoDepthRequest.h>
using AlibabaCloud::Threedvision::Model::EstimateMonocularVideoDepthRequest;
EstimateMonocularVideoDepthRequest::EstimateMonocularVideoDepthRequest() :
RpcServiceRequest("threedvision", "2021-01-31", "EstimateMonocularVideoDepth")
{
setMethod(HttpRequest::Method::Post);
}
EstimateMonocularVideoDepthRequest::~EstimateMonocularVideoDepthRequest()
{}
std::string EstimateMonocularVideoDepthRequest::getSampleRate()const
{
return sampleRate_;
}
EstimateMonocularVideoDepthRequest::~EstimateMonocularVideoDepthRequest() {}
std::string EstimateMonocularVideoDepthRequest::getSampleRate() const {
return sampleRate_;
void EstimateMonocularVideoDepthRequest::setSampleRate(const std::string& sampleRate)
{
sampleRate_ = sampleRate;
setBodyParameter("SampleRate", sampleRate);
}
void EstimateMonocularVideoDepthRequest::setSampleRate(const std::string &sampleRate) {
sampleRate_ = sampleRate;
setBodyParameter(std::string("SampleRate"), sampleRate);
bool EstimateMonocularVideoDepthRequest::getAsync()const
{
return async_;
}
bool EstimateMonocularVideoDepthRequest::getAsync() const {
return async_;
void EstimateMonocularVideoDepthRequest::setAsync(bool async)
{
async_ = async;
setBodyParameter("Async", async ? "true" : "false");
}
void EstimateMonocularVideoDepthRequest::setAsync(bool async) {
async_ = async;
setBodyParameter(std::string("Async"), async ? "true" : "false");
std::string EstimateMonocularVideoDepthRequest::getVideoURL()const
{
return videoURL_;
}
std::string EstimateMonocularVideoDepthRequest::getVideoURL() const {
return videoURL_;
}
void EstimateMonocularVideoDepthRequest::setVideoURL(const std::string &videoURL) {
videoURL_ = videoURL;
setBodyParameter(std::string("VideoURL"), videoURL);
void EstimateMonocularVideoDepthRequest::setVideoURL(const std::string& videoURL)
{
videoURL_ = videoURL;
setBodyParameter("VideoURL", videoURL);
}

View File

@@ -1,45 +1,51 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <alibabacloud/threedvision/model/EstimateStereoImageDepthRequest.h>
using AlibabaCloud::Threedvision::Model::EstimateStereoImageDepthRequest;
EstimateStereoImageDepthRequest::EstimateStereoImageDepthRequest()
: RpcServiceRequest("threedvision", "2021-01-31", "EstimateStereoImageDepth") {
setMethod(HttpRequest::Method::Post);
*/
#include <alibabacloud/threedvision/model/EstimateStereoImageDepthRequest.h>
using AlibabaCloud::Threedvision::Model::EstimateStereoImageDepthRequest;
EstimateStereoImageDepthRequest::EstimateStereoImageDepthRequest() :
RpcServiceRequest("threedvision", "2021-01-31", "EstimateStereoImageDepth")
{
setMethod(HttpRequest::Method::Post);
}
EstimateStereoImageDepthRequest::~EstimateStereoImageDepthRequest()
{}
std::string EstimateStereoImageDepthRequest::getRightImageURL()const
{
return rightImageURL_;
}
EstimateStereoImageDepthRequest::~EstimateStereoImageDepthRequest() {}
std::string EstimateStereoImageDepthRequest::getRightImageURL() const {
return rightImageURL_;
void EstimateStereoImageDepthRequest::setRightImageURL(const std::string& rightImageURL)
{
rightImageURL_ = rightImageURL;
setBodyParameter("RightImageURL", rightImageURL);
}
void EstimateStereoImageDepthRequest::setRightImageURL(const std::string &rightImageURL) {
rightImageURL_ = rightImageURL;
setBodyParameter(std::string("RightImageURL"), rightImageURL);
std::string EstimateStereoImageDepthRequest::getLeftImageURL()const
{
return leftImageURL_;
}
std::string EstimateStereoImageDepthRequest::getLeftImageURL() const {
return leftImageURL_;
}
void EstimateStereoImageDepthRequest::setLeftImageURL(const std::string &leftImageURL) {
leftImageURL_ = leftImageURL;
setBodyParameter(std::string("LeftImageURL"), leftImageURL);
void EstimateStereoImageDepthRequest::setLeftImageURL(const std::string& leftImageURL)
{
leftImageURL_ = leftImageURL;
setBodyParameter("LeftImageURL", leftImageURL);
}

View File

@@ -1,45 +1,51 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <alibabacloud/threedvision/model/GetAsyncJobResultRequest.h>
using AlibabaCloud::Threedvision::Model::GetAsyncJobResultRequest;
GetAsyncJobResultRequest::GetAsyncJobResultRequest()
: RpcServiceRequest("threedvision", "2021-01-31", "GetAsyncJobResult") {
setMethod(HttpRequest::Method::Post);
*/
#include <alibabacloud/threedvision/model/GetAsyncJobResultRequest.h>
using AlibabaCloud::Threedvision::Model::GetAsyncJobResultRequest;
GetAsyncJobResultRequest::GetAsyncJobResultRequest() :
RpcServiceRequest("threedvision", "2021-01-31", "GetAsyncJobResult")
{
setMethod(HttpRequest::Method::Post);
}
GetAsyncJobResultRequest::~GetAsyncJobResultRequest()
{}
std::string GetAsyncJobResultRequest::getJobId()const
{
return jobId_;
}
GetAsyncJobResultRequest::~GetAsyncJobResultRequest() {}
std::string GetAsyncJobResultRequest::getJobId() const {
return jobId_;
void GetAsyncJobResultRequest::setJobId(const std::string& jobId)
{
jobId_ = jobId;
setBodyParameter("JobId", jobId);
}
void GetAsyncJobResultRequest::setJobId(const std::string &jobId) {
jobId_ = jobId;
setBodyParameter(std::string("JobId"), jobId);
bool GetAsyncJobResultRequest::getAsync()const
{
return async_;
}
bool GetAsyncJobResultRequest::getAsync() const {
return async_;
}
void GetAsyncJobResultRequest::setAsync(bool async) {
async_ = async;
setBodyParameter(std::string("Async"), async ? "true" : "false");
void GetAsyncJobResultRequest::setAsync(bool async)
{
async_ = async;
setBodyParameter("Async", async ? "true" : "false");
}

View File

@@ -1,36 +1,40 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <alibabacloud/threedvision/model/ReconstructBodyBySingleImageRequest.h>
using AlibabaCloud::Threedvision::Model::ReconstructBodyBySingleImageRequest;
ReconstructBodyBySingleImageRequest::ReconstructBodyBySingleImageRequest()
: RpcServiceRequest("threedvision", "2021-01-31", "ReconstructBodyBySingleImage") {
setMethod(HttpRequest::Method::Post);
*/
#include <alibabacloud/threedvision/model/ReconstructBodyBySingleImageRequest.h>
using AlibabaCloud::Threedvision::Model::ReconstructBodyBySingleImageRequest;
ReconstructBodyBySingleImageRequest::ReconstructBodyBySingleImageRequest() :
RpcServiceRequest("threedvision", "2021-01-31", "ReconstructBodyBySingleImage")
{
setMethod(HttpRequest::Method::Post);
}
ReconstructBodyBySingleImageRequest::~ReconstructBodyBySingleImageRequest()
{}
std::string ReconstructBodyBySingleImageRequest::getImageURL()const
{
return imageURL_;
}
ReconstructBodyBySingleImageRequest::~ReconstructBodyBySingleImageRequest() {}
std::string ReconstructBodyBySingleImageRequest::getImageURL() const {
return imageURL_;
}
void ReconstructBodyBySingleImageRequest::setImageURL(const std::string &imageURL) {
imageURL_ = imageURL;
setBodyParameter(std::string("ImageURL"), imageURL);
void ReconstructBodyBySingleImageRequest::setImageURL(const std::string& imageURL)
{
imageURL_ = imageURL;
setBodyParameter("ImageURL", imageURL);
}

View File

@@ -1,54 +1,62 @@
/*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <alibabacloud/threedvision/model/ReconstructThreeDMultiViewRequest.h>
using AlibabaCloud::Threedvision::Model::ReconstructThreeDMultiViewRequest;
ReconstructThreeDMultiViewRequest::ReconstructThreeDMultiViewRequest()
: RpcServiceRequest("threedvision", "2021-01-31", "ReconstructThreeDMultiView") {
setMethod(HttpRequest::Method::Post);
*/
#include <alibabacloud/threedvision/model/ReconstructThreeDMultiViewRequest.h>
using AlibabaCloud::Threedvision::Model::ReconstructThreeDMultiViewRequest;
ReconstructThreeDMultiViewRequest::ReconstructThreeDMultiViewRequest() :
RpcServiceRequest("threedvision", "2021-01-31", "ReconstructThreeDMultiView")
{
setMethod(HttpRequest::Method::Post);
}
ReconstructThreeDMultiViewRequest::~ReconstructThreeDMultiViewRequest()
{}
std::string ReconstructThreeDMultiViewRequest::getMode()const
{
return mode_;
}
ReconstructThreeDMultiViewRequest::~ReconstructThreeDMultiViewRequest() {}
std::string ReconstructThreeDMultiViewRequest::getMode() const {
return mode_;
void ReconstructThreeDMultiViewRequest::setMode(const std::string& mode)
{
mode_ = mode;
setBodyParameter("Mode", mode);
}
void ReconstructThreeDMultiViewRequest::setMode(const std::string &mode) {
mode_ = mode;
setBodyParameter(std::string("Mode"), mode);
std::string ReconstructThreeDMultiViewRequest::getZipFileUrl()const
{
return zipFileUrl_;
}
std::string ReconstructThreeDMultiViewRequest::getZipFileUrl() const {
return zipFileUrl_;
void ReconstructThreeDMultiViewRequest::setZipFileUrl(const std::string& zipFileUrl)
{
zipFileUrl_ = zipFileUrl;
setBodyParameter("ZipFileUrl", zipFileUrl);
}
void ReconstructThreeDMultiViewRequest::setZipFileUrl(const std::string &zipFileUrl) {
zipFileUrl_ = zipFileUrl;
setBodyParameter(std::string("ZipFileUrl"), zipFileUrl);
bool ReconstructThreeDMultiViewRequest::getAsync()const
{
return async_;
}
bool ReconstructThreeDMultiViewRequest::getAsync() const {
return async_;
}
void ReconstructThreeDMultiViewRequest::setAsync(bool async) {
async_ = async;
setBodyParameter(std::string("Async"), async ? "true" : "false");
void ReconstructThreeDMultiViewRequest::setAsync(bool async)
{
async_ = async;
setBodyParameter("Async", async ? "true" : "false");
}