Uses of Record Class
org.tavall.couriers.api.qr.scan.metadata.ScanResponse
Packages that use ScanResponse
Package
Description
-
Uses of ScanResponse in org.tavall.couriers.api.qr.scan.cache
Subclasses with type arguments of type ScanResponse in org.tavall.couriers.api.qr.scan.cacheMethods in org.tavall.couriers.api.qr.scan.cache that return types with arguments of type ScanResponseModifier and TypeMethodDescriptionScanErrorCacheService.getRecentErrors(int limit) ScanCacheService.getRecentResponses(int limit) Methods in org.tavall.couriers.api.qr.scan.cache with parameters of type ScanResponseModifier and TypeMethodDescriptionvoidScanErrorCacheService.registerScanError(ScanResponse scanResponse) voidScanCacheService.registerScanResponse(ScanResponse scanResponse) -
Uses of ScanResponse in org.tavall.couriers.api.qr.scan.metadata
Methods in org.tavall.couriers.api.qr.scan.metadata with parameters of type ScanResponse -
Uses of ScanResponse in org.tavall.couriers.api.qr.scan.session
Methods in org.tavall.couriers.api.qr.scan.session with parameters of type ScanResponseModifier and TypeMethodDescriptionvoidCameraSessionService.registerScan(String sessionId, CameraType cameraType, ScanResponse response, String addressKey) -
Uses of ScanResponse in org.tavall.couriers.api.web.service.camera
Methods in org.tavall.couriers.api.web.service.camera that return ScanResponseModifier and TypeMethodDescriptionCameraPageService.errorResponse(String message) CameraPageService.getIntakeStatus(String scanSessionId) CameraScanResult.response()Returns the value of theresponserecord component.Methods in org.tavall.couriers.api.web.service.camera that return types with arguments of type ScanResponseModifier and TypeMethodDescriptionCameraFrameAnalyzer.analyzeFrame(byte[] frameData, boolean shouldScanQR) CameraFrameAnalyzer.analyzeFrameAsync(byte[] frameData, boolean shouldScanQR) CameraPageService.getProcessingResponses()Constructors in org.tavall.couriers.api.web.service.camera with parameters of type ScanResponseModifierConstructorDescriptionCameraScanResult(boolean forbidden, ScanResponse response) Creates an instance of aCameraScanResultrecord class. -
Uses of ScanResponse in org.tavall.couriers.web.view
Methods in org.tavall.couriers.web.view that return types with arguments of type ScanResponseModifier and TypeMethodDescriptionGeminiVisionService.analyzeFrame(byte[] frameData, boolean shouldScanQR) GeminiVisionService.analyzeFrameAsync(byte[] imageBytes, boolean shouldScanQR) Methods in org.tavall.couriers.web.view with parameters of type ScanResponseModifier and TypeMethodDescriptionGeminiVisionService.buildIntakeRequest(ScanResponse scanResponse) -
Uses of ScanResponse in org.tavall.couriers.web.view.controller.camera
Methods in org.tavall.couriers.web.view.controller.camera that return types with arguments of type ScanResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ScanResponse> CameraPageController.intakeStatus(String scanSessionId) org.springframework.http.ResponseEntity<ScanResponse> CameraPageController.receiveFrame(org.springframework.web.multipart.MultipartFile image, String scanMode, String routeId, String scanSessionId, org.springframework.security.core.Authentication authentication)