Uses of Class
org.springframework.cloud.fn.image.recognition.RecognitionResponse
-
Uses of RecognitionResponse in org.springframework.cloud.fn.image.recognition
Modifier and TypeMethodDescriptionstatic List<RecognitionResponse>
ImageRecognition.toRecognitionResponse
(Map<String, Double> recognitionMap) Convert image recognition results intoRecognitionResponse
domain list.Modifier and TypeMethodDescriptionbyte[]
ImageRecognitionAugmenter.apply
(byte[] imageBytes, List<RecognitionResponse> result) Augment the input image by adding the recognized classes.