AI Image Recognition
Appearance
| Warning | This page describes a function that has not yet been publicly released, or has been released in beta / preview quality. Subject to change. |
Resco can integrate with Azure's Custom Vision service to classify images.
This function requires a connection to the Internet to access Azure servers that perform the necessary image analysis.
Set up connection to Azure services
- Edit an app project and select Settings > AI Vision from the Project menu.
- Click New to define a new model.
- As Name, enter the name of the configuration model.
- As Entity, enter the entity where the model should be used.
- As Service type, use Azure.
- For Prediction key and URL, use the values from your Azure Custom Vision site.
- Click OK to save the model.
You can define multiple models as needed.
Use case: Find a record in a view
For entities that include a barcode field and have at least one model created, there's an additional button in the views for AI Vision. It allows you to take a photo. The picture is then analyzed by Azure. If the resulting tag equals the primary name of a record in the list, that record is opened. In effect, this is similar to barcode scanning, using image tag instead of a barcode for record identification.
Use case: Place image classifier to a field in a form
TBD