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