MobileCRM.Services.AIVision.recognizeSelectedPicture - Resconet/JSBridge GitHub Wiki
[v12.3] Select photo and recognize it with AIVison service.
Arguments
Argument | Type | Description |
---|---|---|
sucessCallback | function | A callback function that is called with the object having array of tags and its probability and file path properties. {tags:[{tag:"", probability:""}], filePath:""} |
failureCallback | function(errorMsg) | A callback which is called in case of error. |
scope | Object | The scope for callbacks. |