提交工单
咨询集成、功能及报价等问题
ZEGO SDK 拥有全面覆盖全球重点区域的网络节点,提供丰富的 API,为多端提供清晰稳定的 AI 美颜服务。
以下为基本 API 的简要介绍。
方法名 | 描述 |
---|---|
getAuthInfo:appSign: | 获取 SDK 授权信息,通过授权信息和 appID 可以向 ZEGO 服务器申请鉴权文件。 |
getDeviceLevel | 获取设备手机性能等级。在Effects环境初始化之前部署来获取对应设备性能的效果能力。 |
getVersion | 获取 Effects 版本号。 |
setAdvancedConfig:config: | Effects 高级功能开关。 |
setResources:resourceInfoList: | 设置 Effects 静态资源。 |
create:license: | 创建 Effects 实例。 |
create:appid:appSign:callback: | 创建 Effects 实例。 |
destroy | 销毁 Effects 对象。 |
setEventHandler:eventHandler: | 设置事件通知回调,传 [nil] 则清空已设置的回调。 |
initEnv:resolution: | 初始化 Effects 引擎环境。 |
uninitEnv | 反初始化 Effects 引擎环境。 |
effects:errcode:desc: | 错误信息回调。 |
方法名 | 描述 |
---|---|
enableAcneRemoving:enable: | 开启祛痘斑功能,可调用 [setAcneRemovingParam] 接口设置祛痘斑参数。 |
enableClarity:enable: | 开启清晰功能,可调用 [setClarityParam] 接口设置清晰参数。 |
enableDarkCirclesRemoving:enable: | 开启黑眼圈去除功能,可调用 [setDarkCirclesRemovingParam] 接口设置黑眼圈去除参数。 |
enableSkinColor:enable: | 开启换肤功能 |
enableWrinklesRemoving:enable: | 开启法令纹去除功能,可调用 [setWrinklesRemovingParam] 接口设置法令纹去除参数。 |
setAcneRemovingParam:param: | 设置祛痘斑参数。 |
setClarityParam:param: | 设置清晰参数。 |
setDarkCirclesRemovingParam:param: | 设置黑眼圈去除参数。 |
setSkinColorParam:param: | 设置换肤参数。 |
setSkinColorResPath:bundlePath: | 设置换肤资源路径参数。 |
setWrinklesRemovingParam:param: | 设置法令纹去除参数。 |
enableRosy:enable: | 开启红润功能,可调用 [setRosyParam] 接口设置红润参数。 |
enableSharpen:enable: | 开启锐化功能,可调用 [setSharpenParam] 接口设置锐化参数。 |
enableSmooth:enable: | 开启磨皮功能,可调用 [setSmoothParam] 接口设置磨皮参数。 |
setRosyParam:param: | 设置红润参数。 |
setSharpenParam:param: | 设置锐化参数。 |
setSmoothParam:param: | 设置磨皮参数。 |
enableWhiten:enable: | 开启美白功能。 |
setWhitenParam:param: | 设置美白参数。 |
方法名 | 描述 |
---|---|
setBlusher:path: | 设置腮红资源,设置 [nil] 默认去除腮红效果。 |
setBlusherParam:param: | 设置腮红参数。 |
setColoredcontacts:path: | 设置美瞳资源,设置 [nil] 默认去除美瞳效果。 |
setColoredcontactsParam:param: | 设置美瞳参数。 |
setEyeliner:path: | 设置眼线资源,设置 [nil] 默认去除眼线效果。 |
setMakeup:path: | 设置风格妆资源,设置 [nil] 默认去除风格妆效果。 |
setMakeupParam:param: | 设置风格妆参数。 |
setEyelashes:path: | 设置眼睫毛资源,设置 [nil] 默认去除眼睫毛效果。 |
setEyelashesParam:param: | 设置眼睫毛参数。 |
setEyelinerParam:param: | 设置眼线参数。 |
setEyeshadow:path: | 设置眼影资源,设置 [nil] 默认去除眼影效果。 |
setEyeshadowParam:param: | 设置眼影参数。 |
setLipstick:path: | 设置口红资源,设置 [nil] 默认去除口红效果。 |
setLipstickParam:param: | 设置口红参数。 |
方法名 | 描述 |
---|---|
enableFaceDetection:enable: | 开启人脸检测。 |
facedetectionresults:effects: | 人脸检测回调。 |
方法名 | 描述 |
---|---|
setPendant:path: | 设置挂件。 |
方法名 | 描述 |
---|---|
setFilter:path: | 设置滤镜资源,设置 [nil] 默认去除滤镜。 |
setFilterParam:param: | 设置滤镜参数。 |
方法名 | 描述 |
---|---|
processImageBuffer:buff: | 处理图像,该接口需要传入的图片类型为 CVPixelBufferRef 类型。 |
方法名 | 描述 |
---|---|
setModels:modelInfoList: | 【已废弃】设置 AI 模型,支持同时设置多个模型。此函数在 1.2.0及以后的版本已废弃,请使用 [setResources] 代替。 |
联系我们
文档反馈