public class UnknownPerson extends AbstractModel
header, skipSign
Constructor and Description |
---|
UnknownPerson() |
UnknownPerson(UnknownPerson 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 |
---|---|
Boolean |
getPutLibraryAllowed()
Get 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库)
注意:此字段可能返回 null,表示取不到有效值。
|
VideoAppearInfo[] |
getVideoAppearSet()
Get 视觉出现信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPutLibraryAllowed(Boolean PutLibraryAllowed)
Set 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVideoAppearSet(VideoAppearInfo[] VideoAppearSet)
Set 视觉出现信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UnknownPerson()
public UnknownPerson(UnknownPerson source)
public VideoAppearInfo[] getVideoAppearSet()
public void setVideoAppearSet(VideoAppearInfo[] VideoAppearSet)
VideoAppearSet
- 视觉出现信息
注意:此字段可能返回 null,表示取不到有效值。public Boolean getPutLibraryAllowed()
public void setPutLibraryAllowed(Boolean PutLibraryAllowed)
PutLibraryAllowed
- 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.