odoo_xmlrpc_twisted.functions.get_label¶
Detect name and description of an object.
Functions
|
Function uses object recognition based on Google Cloud Vision API |
- odoo_xmlrpc_twisted.functions.get_label.get_label(partner_id, image)[source]¶
Function uses object recognition based on Google Cloud Vision API
The objects are detected and labelled for the storage on odoo ERP System and on the Dashboard for the clients.
“partner_id”: is used to get the language of the client for the labelling “image”: image stream of the object
Result is the name, colour and description from the image of an object.