logo
On this page

ZegoFaceDetectionInfo

ZegoFaceDetectionInfo

Face detection info.

Details

Face detection info.

Declared in ZegoExpressDefines.h

Properties

imageWidth

imageWidth
nonatomic, assign int imageWidth

The image width captured by the camera

imageHeight

imageHeight
nonatomic, assign int imageHeight

The image height captured by the camera

facePositionList

facePositionList
nonatomic, strong NSArray<ZegoFacePositionInfo *> * facePositionList

Face position information list

Previous

zegoexpressengine

Next

zegofacepositioninfo

On this page

Back to top