Hello,
I am currently using object and text recognition controls in my application. Currently, the user has to upload the same image to each of the different controls individually. Therefore, I have added the Add Image control for an single upload. In the onSelect property, I have stored the uploaded image in a variable called selectedImage. I also added the variable to the Default Image property of the AI Builder controls, but that doesn't seem to work because I only get an empty image with no analysis started.
Am I using the correct property of the Ai Builder controls or is there no way to set the image programmatically?
Hope you guys can help me and looking forward to your answers.
Thanks a lot.
Edit: Screenshot was incomplete