net.facelib.live.LiveAupsParameterProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of facelive Show documentation
Show all versions of facelive Show documentation
detect live face for video stream
package net.facelib.live;
import net.facelib.akcore.AupsParameterProvider;
import static net.facelib.live.FaceLiveBridge.FACE_LIVE_PRODUCT_ID;
/**
* 活体检测产品签名授权方式[AUPS]用户参数接口抽象类
* 用户需要实现{@link AupsParameterProvider#getAuthorID()},
* {@link AupsParameterProvider#getProductSign()}方法提供用户ID和产品签名
* @author guyadong
*
*/
public class LiveAupsParameterProvider extends BaseLiveAupsParameterProvider {
public LiveAupsParameterProvider() {
}
@Override
public final String getProductID() {
return FACE_LIVE_PRODUCT_ID;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy