Uses of Class
com.markvarga21.studentmanager.dto.FaceApiResponse
Packages that use FaceApiResponse
Package
Description
This package contains the controllers of the application.
A package containing the service interfaces
relating to the Face API.
A package containing the service implementations
relating to the Face API.
-
Uses of FaceApiResponse in com.markvarga21.studentmanager.controller
Methods in com.markvarga21.studentmanager.controller that return types with arguments of type FaceApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<FaceApiResponse>
FaceController.getSelfieValidationData
(org.springframework.web.multipart.MultipartFile passport, org.springframework.web.multipart.MultipartFile selfiePhoto) Compares the faces found on the passport and the uploaded selfie, which is then sent back to the client. -
Uses of FaceApiResponse in com.markvarga21.studentmanager.service.faceapi
Methods in com.markvarga21.studentmanager.service.faceapi that return FaceApiResponseModifier and TypeMethodDescriptionFaceApiService.getValidityOfFaces
(org.springframework.web.multipart.MultipartFile passport, org.springframework.web.multipart.MultipartFile selfiePhoto) Compares the faces found on the passport and the selfie, and then sends it back to the client. -
Uses of FaceApiResponse in com.markvarga21.studentmanager.service.faceapi.impl
Methods in com.markvarga21.studentmanager.service.faceapi.impl that return FaceApiResponseModifier and TypeMethodDescriptionFaceApiServiceImpl.getValidityOfFaces
(byte[] passport, byte[] selfiePhoto) Compares the faces found on the passport and the selfie, and then sends it back to the client.FaceApiServiceImpl.getValidityOfFaces
(org.springframework.web.multipart.MultipartFile passport, org.springframework.web.multipart.MultipartFile selfiePhoto) Compares the faces found on the passport and the selfie, and then sends it back to the client.