public class DetectFaceAttributesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bizType |
String |
materialValue |
| 构造器和说明 |
|---|
DetectFaceAttributesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DetectFaceAttributesRequest |
build(Map<String,?> map) |
String |
getBizType() |
String |
getMaterialValue() |
DetectFaceAttributesRequest |
setBizType(String bizType) |
DetectFaceAttributesRequest |
setMaterialValue(String materialValue) |
@NameInMap(value="BizType") public String bizType
@NameInMap(value="MaterialValue") public String materialValue
public static DetectFaceAttributesRequest build(Map<String,?> map) throws Exception
Exceptionpublic DetectFaceAttributesRequest setBizType(String bizType)
public String getBizType()
public DetectFaceAttributesRequest setMaterialValue(String materialValue)
public String getMaterialValue()
Copyright © 2023. All rights reserved.