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

io.mosip.kernel.biometrics.constant.BiometricFunction Maven / Gradle / Ivy

package io.mosip.kernel.biometrics.constant;

import java.io.Serializable;

public enum BiometricFunction implements Serializable {
	
	QUALITY_CHECK,
	SEGMENT,
	EXTRACT,
	CONVERT_FORMAT,
	MATCH;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy