Uses of Class
com.tencentcloudapi.tci.v20190318.models.FrameInfo
-
Packages that use FrameInfo Package Description com.tencentcloudapi.tci.v20190318.models -
-
Uses of FrameInfo in com.tencentcloudapi.tci.v20190318.models
Methods in com.tencentcloudapi.tci.v20190318.models that return FrameInfo Modifier and Type Method Description FrameInfoAttendanceInfo. getFace()Get 识别到的人员信息FrameInfo[]SuspectedInfo. getFaceSet()Get TopN匹配信息列表Methods in com.tencentcloudapi.tci.v20190318.models with parameters of type FrameInfo Modifier and Type Method Description voidAttendanceInfo. setFace(FrameInfo Face)Set 识别到的人员信息voidSuspectedInfo. setFaceSet(FrameInfo[] FaceSet)Set TopN匹配信息列表Constructors in com.tencentcloudapi.tci.v20190318.models with parameters of type FrameInfo Constructor Description FrameInfo(FrameInfo 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.
-