public class DetectBodyResponse extends AbstractModel
| Constructor and Description |
|---|
DetectBodyResponse() |
| Modifier and Type | Method and Description |
|---|---|
BodyDetectResult[] |
getBodyDetectResults()
Get 图中检测出来的人体框。
|
String |
getBodyModelVersion()
Get 人体识别所用的算法模型版本。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setBodyDetectResults(BodyDetectResult[] BodyDetectResults)
Set 图中检测出来的人体框。
|
void |
setBodyModelVersion(String BodyModelVersion)
Set 人体识别所用的算法模型版本。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic BodyDetectResult[] getBodyDetectResults()
public void setBodyDetectResults(BodyDetectResult[] BodyDetectResults)
BodyDetectResults - 图中检测出来的人体框。public String getBodyModelVersion()
public void setBodyModelVersion(String BodyModelVersion)
BodyModelVersion - 人体识别所用的算法模型版本。public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2020. All rights reserved.