GET api/Settings/GetAILabelsStatus
TODO
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TODO
ObjResultOfAILabelsStatusName | Description | Type | Additional information |
---|---|---|---|
Data | AILabelsStatus |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "googleActive": true, "chatGPTActive": true, "googleVariableAssigned": true, "chatGPTVariableAssigned": true, "stillInProcess": 5, "alreadyProcessed": 6, "faceRecognitionInstalled": true, "faceRecognitionEnabled": true, "faceRecognitionEnabledForCatalog": true }, "error": "sample string 1", "success": true, "errorCode": 3 }