-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Services.AIVision
Maros Kolibas edited this page Nov 29, 2019
·
2 revisions
[v12.3] Represents a service for AI image recognition.
| Property | Type | Description |
|---|---|---|
| action | number | Sets action for AI vision service. Capture photo or Select picture. |
| settings | Array | Array sets of json formated prediction key and url. |
| Method | Description |
|---|---|
| recognizeCapturedPhoto | [v12.3] Recognize captured photo using AIVison service. |
| recognizeSelectedPicture | [v12.3] Select photo and recognize it with AIVison service. |
| Function | Description |
|---|---|
| create | [v12.3]Create AIVsion instance using MobileCRM.Services.AIVisionSettings object. |
| createFromEntity | [v12.3]Create AIVsion instance using entity name. The name is used to get settings from Woodford AI Image Recognition configuration. |