Hi,Is any way in Outsystem to get the name of the uploaded image. For example, if I upload image of a chair then in the output it shows chair. Or is there any API to get the name of the image?
Thanks,Rakhi
Hi,
Please check below post,
https://www.outsystems.com/forums/discussion/60905/showing-the-file-name-on-screen-reactive-web-app/
Thanks,
Ajit Kurane.
find attached file here and demo
Preview In Devices (personal-xyog61l7.outsystemscloud.com)
Thanks.
Hi Ajit,
I do not want to read the file name. My question is that If I upload any image then what it really is just like if I upload the image of a table or flower then in the output, I want its name after image detection.
You mean image detection, right? So not the filename, but rather an api which detects the type of the image itself? There are various "Vision" APIs available like https://azure.microsoft.com/en-us/products/cognitive-services/computer-vision/
For Azure Cognitive Services there is also a Forge component available, but it is very outdated and you are better off to create your on API integration.
Stefan
Hi @Stefan Weber ,
yes, you are right. I want to image detection API. Could you please suggest me any documentation or article for this.
Thanks
see link above
I want to use google cloud vision API and I have the following parameters client_id, project_id, auth_uri, token_uri, auth_provider_x509_cert_url, client_secret. So how can I achieve this with that parameters or have you any idea what the required parameters for are using google vision cloud API of image detection.
The parameters you mention are used for authorization. meaning requesting an access token which then can be used to authenticate all subsequent requests to google apis. Iam sorry, but i cannot provide you an example for that.
No worries, can you have any knowledge about how can I achieve this https://cloud.google.com/vision/docs/reference/rest/v1/images/annotate?apix_params=%7B%22resource%22%3A%7B%22requests%22%3A%5B%7B%22image%22%3A%7B%22source%22%3A%7B%22imageUri%22%3A%22https%3A%2F%2Fwww.google.com%2Fimages%2Fbranding%2Fgooglelogo%2F2x%2Fgooglelogo_color_272x92dp.png%22%7D%7D%2C%22features%22%3A%5B%7B%22type%22%3A%22LOGO_DETECTION%22%2C%22maxResults%22%3A1%7D%5D%7D%5D%7D%7D
in outsystems.