ItsfoundRekognition.ProcessImage (itsfound_rekognition v0.1.7) View Source

This module processes an AWS Rekognition request for the labels / descriptions of what is in an image you need to pass it an # # ItsfoundRecognition.ProcessImage.recognise_label("1d826fd7-38b1-4349-bdc9-f2990f590a11", "png", &ImageRecognition.LoggerImageResponseParser.parse/1) # # ItsfoundRecognition.ProcessImage.recognise_label("1d826fd7-38b1-4349-bdc9-f2990f590a11", "png", &ImageRecognition.ImageLabelParser.parse/1) # # ItsfoundRecognition.ProcessImage.recognise_label("1d826fd7-38b1-4349-bdc9-f2990f590a11", "png", &ImageRecognition.ImageLabelParser.parse_top/1)

Link to this section Summary

Link to this section Functions

Link to this function

recognise_label(image_uuid, ending, process_func \\ &LoggerImageResponseParser.parse/1)

View Source