Uses of Class
com.tencentcloudapi.tci.v20190318.models.PersonInfo
-
Packages that use PersonInfo Package Description com.tencentcloudapi.tci.v20190318.models -
-
Uses of PersonInfo in com.tencentcloudapi.tci.v20190318.models
Methods in com.tencentcloudapi.tci.v20190318.models that return PersonInfo Modifier and Type Method Description PersonInfo[]SubmitDoubleVideoHighlightsRequest. getPersonInfoList()Get 需要匹配的人员信息列表。Methods in com.tencentcloudapi.tci.v20190318.models with parameters of type PersonInfo Modifier and Type Method Description voidSubmitDoubleVideoHighlightsRequest. setPersonInfoList(PersonInfo[] PersonInfoList)Set 需要匹配的人员信息列表。Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type PersonInfo Constructor Description PersonInfo(PersonInfo 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.
-