All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.facelib.live.LiveAupsParameterProvider Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
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