com.aliyun.imageenhan.models.IntelligentCompositionRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of imageenhan Show documentation
Show all versions of imageenhan Show documentation
Aliyun IMAGEENHAN SDK 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.imageenhan.models;
import com.aliyun.tea.*;
public class IntelligentCompositionRequest extends TeaModel {
@NameInMap("NumBoxes")
public Integer numBoxes;
@NameInMap("ImageURL")
@Validation(required = true)
public String imageURL;
public static IntelligentCompositionRequest build(java.util.Map map) throws Exception {
IntelligentCompositionRequest self = new IntelligentCompositionRequest();
return TeaModel.build(map, self);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy