88
Views
9
Comments
Image Name
Application Type
Mobile

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

2025-04-17 05-42-16
Ajit Kurane
imagename.oml
2024-05-07 09-21-36
Rakhi Chouhan

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.

2021-10-09 07-57-44
Stefan Weber
 
MVP

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

2024-05-07 09-21-36
Rakhi Chouhan

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

2021-10-09 07-57-44
Stefan Weber
 
MVP
2024-05-07 09-21-36
Rakhi Chouhan

Hi @Stefan Weber ,

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.

Thanks

2021-10-09 07-57-44
Stefan Weber
 
MVP

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.