- 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
AiPushWeight intelligently recognizes and pushes weight information
POST
/rpc/ai/push/weight
Intelligent recognition
1.
请求参数
Body 参数application/json
weight
integer <int32>
Weight in grams【Required】
status
enum<integer> <int32>
可选
枚举值:
01234
默认值:
0
forceMatching
boolean
Do you want to make a mandatory identification of this weight [optional]
transparentData
string
Transparent data, which will be returned together in the recognition result [Optional]
示例
{
"weight": 0,
"status": 0,
"forceMatching": true,
"transparentData": "string"
}
返回响应
🟢200A successful response.
application/json
Body
code
enum<integer> <int32>
必需
枚举值:
011000100110021003100410051006100715001501150320002500
默认值:
0
msg
string
Status reason
示例
{
"code": 0,
"msg": "string"
}