public class AttributesForBody extends AbstractModel
header, skipSign
Constructor and Description |
---|
AttributesForBody() |
AttributesForBody(AttributesForBody source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
BodyAttributes[] |
getAttributes()
Get 属性信息。
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getDetectConfidence()
Get 人体检测置信度。取值0-1之间,当不开启人体检测开关时默认为0。
注意:此字段可能返回 null,表示取不到有效值。
|
ImageRect |
getRect()
Get 人体框。当不开启人体检测时,内部参数默认为0。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttributes(BodyAttributes[] Attributes)
Set 属性信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDetectConfidence(Float DetectConfidence)
Set 人体检测置信度。取值0-1之间,当不开启人体检测开关时默认为0。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRect(ImageRect Rect)
Set 人体框。当不开启人体检测时,内部参数默认为0。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AttributesForBody()
public AttributesForBody(AttributesForBody source)
public ImageRect getRect()
public void setRect(ImageRect Rect)
Rect
- 人体框。当不开启人体检测时,内部参数默认为0。
注意:此字段可能返回 null,表示取不到有效值。public Float getDetectConfidence()
public void setDetectConfidence(Float DetectConfidence)
DetectConfidence
- 人体检测置信度。取值0-1之间,当不开启人体检测开关时默认为0。
注意:此字段可能返回 null,表示取不到有效值。public BodyAttributes[] getAttributes()
public void setAttributes(BodyAttributes[] Attributes)
Attributes
- 属性信息。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.