Class UnknownPerson
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.UnknownPerson
-
public class UnknownPerson extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetPutLibraryAllowed()Get 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库) 注意:此字段可能返回 null,表示取不到有效值。VideoAppearInfo[]getVideoAppearSet()Get 视觉出现信息 注意:此字段可能返回 null,表示取不到有效值。voidsetPutLibraryAllowed(Boolean PutLibraryAllowed)Set 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库) 注意:此字段可能返回 null,表示取不到有效值。voidsetVideoAppearSet(VideoAppearInfo[] VideoAppearSet)Set 视觉出现信息 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UnknownPerson
public UnknownPerson()
-
UnknownPerson
public 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.
-
-
Method Detail
-
getVideoAppearSet
public VideoAppearInfo[] getVideoAppearSet()
Get 视觉出现信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VideoAppearSet 视觉出现信息 注意:此字段可能返回 null,表示取不到有效值。
-
setVideoAppearSet
public void setVideoAppearSet(VideoAppearInfo[] VideoAppearSet)
Set 视觉出现信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VideoAppearSet- 视觉出现信息 注意:此字段可能返回 null,表示取不到有效值。
-
getPutLibraryAllowed
public Boolean getPutLibraryAllowed()
Get 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PutLibraryAllowed 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库) 注意:此字段可能返回 null,表示取不到有效值。
-
setPutLibraryAllowed
public void setPutLibraryAllowed(Boolean PutLibraryAllowed)
Set 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PutLibraryAllowed- 未知人物是否可以入库(只有当未知人物人脸小图质量分符合要求时才可入库) 注意:此字段可能返回 null,表示取不到有效值。
-
-