- Get started quickly
- Docking availability
- Functional classification
- Features
- gRPC interface
- HTTP interface
- Version information
- Advanced configuration
- Camera management
- Device management
- Intelligent recognition
- AiPushWeight intelligently recognizes and pushes weight informationPOST
- AiImageDetectIgnoreSet - Image Detection Filtering SettingsPOST
- AiRegisterResultCallback - Callback of the registration recognition resultPOST
- AiUnsafeMatching Intelligent Recognition - Non-Security AI Recognition (Strongly Not Recommended)POST
- AiLearningPOST
- AiFastLearning Intelligent Recognition - Fast LearningPOST
- Product features
- Learning data
- Algorithmic models
- Product data
- Automatic syncing
- AutoSyncGetSelfInfo Auto Sync - Get native information
- AutoSyncGetGroupsInfo - Get grouping table information
- AutoSyncRemoveDevice Auto Sync - Remove the device
- AutoSyncJoinGroup
- AutoSyncExitGroup Auto-sync-exit group
- AutoSyncSetIntervalTime - Set the interval
- AutoSyncUpdateDataSyncRule - Updates the data synchronization rule
- AutoSyncCreateGroup Auto Sync - Create a group
- AutoSyncUpdateGroupName Auto Sync - Update the group name
AiImageDetectIgnoreSet - Image Detection Filtering Settings
POST
/rpc/ai/image/detect/ignore/set
Intelligent recognition
1.
请求参数
Body 参数application/json
object {0}
示例
{}
返回响应
🟢200A successful response.
application/json
Body
code
enum<integer> <int32>
必需
枚举值:
011000100110021003100410051006100715001501150320002500
默认值:
0
msg
string
Status reason
data
object (AiImageDetectIgnoreSetReply_Data Declare the response data structure)
可选
path
string
HTTP access path to the image
示例
{
"code": 0,
"msg": "string",
"data": {
"path": "string"
}
}