Uses of Class
io.mosip.mimoto.model.Response
-
Packages that use Response Package Description io.mosip.mimoto.service.impl io.mosip.mimoto.spi -
-
Uses of Response in io.mosip.mimoto.service.impl
Methods in io.mosip.mimoto.service.impl that return Response Modifier and Type Method Description Response<QualityScore>BioApiImpl. checkQuality(BIR sample, KeyValuePair[] flags)Response<BIR>BioApiImpl. extractTemplate(BIR sample, KeyValuePair[] flags)Response<MatchDecision[]>BioApiImpl. match(BIR sample, BIR[] gallery, KeyValuePair[] flags)Response<BIR[]>BioApiImpl. segment(BIR sample, KeyValuePair[] flags) -
Uses of Response in io.mosip.mimoto.spi
Methods in io.mosip.mimoto.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.
-