public static class SegmentFaceResponseBody.SegmentFaceResponseBodyDataElements
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
SegmentFaceResponseBodyDataElements() |
@NameInMap(value="ImageURL") public String imageURL
@NameInMap(value="Width") public Integer width
@NameInMap(value="Height") public Integer height
@NameInMap(value="Y") public Integer y
@NameInMap(value="X") public Integer x
public static SegmentFaceResponseBody.SegmentFaceResponseBodyDataElements build(Map<String,?> map) throws Exception
Exceptionpublic SegmentFaceResponseBody.SegmentFaceResponseBodyDataElements setImageURL(String imageURL)
public String getImageURL()
public SegmentFaceResponseBody.SegmentFaceResponseBodyDataElements setWidth(Integer width)
public Integer getWidth()
public SegmentFaceResponseBody.SegmentFaceResponseBodyDataElements setHeight(Integer height)
public Integer getHeight()
public SegmentFaceResponseBody.SegmentFaceResponseBodyDataElements setY(Integer y)
public Integer getY()
public SegmentFaceResponseBody.SegmentFaceResponseBodyDataElements setX(Integer x)
public Integer getX()
Copyright © 2021. All rights reserved.