com.aliyun.videoenhan20200320.models.AddFaceVideoTemplateRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of videoenhan20200320 Show documentation
Show all versions of videoenhan20200320 Show documentation
Aliyun VIDEOENHAN for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.videoenhan20200320.models;
import com.aliyun.tea.*;
public class AddFaceVideoTemplateRequest extends TeaModel {
@NameInMap("VideoURL")
public String videoURL;
public static AddFaceVideoTemplateRequest build(java.util.Map map) throws Exception {
AddFaceVideoTemplateRequest self = new AddFaceVideoTemplateRequest();
return TeaModel.build(map, self);
}
public AddFaceVideoTemplateRequest setVideoURL(String videoURL) {
this.videoURL = videoURL;
return this;
}
public String getVideoURL() {
return this.videoURL;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy