Package | Description |
---|---|
org.springframework.cloud.fn.image.recognition |
Modifier and Type | Method and Description |
---|---|
static List<RecognitionResponse> |
ImageRecognition.toRecognitionResponse(Map<String,Double> recognitionMap)
Convert image recognition results into
RecognitionResponse domain list. |
Modifier and Type | Method and Description |
---|---|
byte[] |
ImageRecognitionAugmenter.apply(byte[] imageBytes,
List<RecognitionResponse> result)
Augment the input image by adding the recognized classes.
|
Copyright © 2022. All rights reserved.