Uses of Class
com.tencentcloudapi.ivld.v20210903.models.UnknownPerson
-
Packages that use UnknownPerson Package Description com.tencentcloudapi.ivld.v20210903.models -
-
Uses of UnknownPerson in com.tencentcloudapi.ivld.v20210903.models
Methods in com.tencentcloudapi.ivld.v20210903.models that return UnknownPerson Modifier and Type Method Description UnknownPerson[]ShowInfo. getUnknownPersonSet()Get 未知人物信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ivld.v20210903.models with parameters of type UnknownPerson Modifier and Type Method Description voidShowInfo. setUnknownPersonSet(UnknownPerson[] UnknownPersonSet)Set 未知人物信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ivld.v20210903.models with parameters of type UnknownPerson Constructor Description 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.
-