Uses of Class
io.mosip.kernel.core.bioapi.model.Response
-
Packages that use Response Package Description io.mosip.kernel.core.bioapi.spi -
-
Uses of Response in io.mosip.kernel.core.bioapi.spi
Methods in io.mosip.kernel.core.bioapi.spi that return Response Modifier and Type Method Description Response<QualityScore>IBioApi. checkQuality(BIR sample, KeyValuePair[] flags)It checks the quality of the provided biometric image and render the respective quality score.Response<BIR>IBioApi. extractTemplate(BIR sample, KeyValuePair[] flags)Extract template.Response<MatchDecision[]>IBioApi. match(BIR sample, BIR[] gallery, KeyValuePair[] flags)It compares the biometrics and provide the respective matching scores.Response<BIR[]>IBioApi. segment(BIR sample, KeyValuePair[] flags)It segment the single biometric image into multiple biometric images.
-