public class FaceTidyupAdvanceRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
InputStream |
imageURLObject |
Integer |
shapeType |
Float |
strength |
| 构造器和说明 |
|---|
FaceTidyupAdvanceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static FaceTidyupAdvanceRequest |
build(Map<String,?> map) |
InputStream |
getImageURLObject() |
Integer |
getShapeType() |
Float |
getStrength() |
FaceTidyupAdvanceRequest |
setImageURLObject(InputStream imageURLObject) |
FaceTidyupAdvanceRequest |
setShapeType(Integer shapeType) |
FaceTidyupAdvanceRequest |
setStrength(Float strength) |
@NameInMap(value="ImageURLObject") @Validation(required=true) public InputStream imageURLObject
@NameInMap(value="ShapeType") public Integer shapeType
@NameInMap(value="Strength") public Float strength
public static FaceTidyupAdvanceRequest build(Map<String,?> map) throws Exception
Exceptionpublic FaceTidyupAdvanceRequest setImageURLObject(InputStream imageURLObject)
public InputStream getImageURLObject()
public FaceTidyupAdvanceRequest setShapeType(Integer shapeType)
public Integer getShapeType()
public FaceTidyupAdvanceRequest setStrength(Float strength)
public Float getStrength()
Copyright © 2022. All rights reserved.