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 | 
|---|---|
| Long | getAuditClass()Get 内容审核结果: 0-正常;1-涉政;其他待确定
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getPutLibraryAllowed()Get 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库)
注意:此字段可能返回 null,表示取不到有效值。 | 
| VideoAppearInfo[] | getVideoAppearSet()Get 视觉出现信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAuditClass(Long AuditClass)Set 内容审核结果: 0-正常;1-涉政;其他待确定
注意:此字段可能返回 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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,表示取不到有效值。public Long getAuditClass()
public void setAuditClass(Long AuditClass)
AuditClass - 内容审核结果: 0-正常;1-涉政;其他待确定
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.