- 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
AiUnsafeMatching Intelligent Recognition - Non-Security AI Recognition (Strongly Not Recommended)
POST
/rpc/ai/unsafe/matching
Intelligent recognition
1.
Illustrate:
2.
请求参数
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
data
object (AiListenResultReply_Data Declare the response data structure)
可选
id
string <int64>
Identification ID
skuList
array[object (SkuInfo Listing) {3}]
Identify the list of results
transparentData
string
Transparent transmission data, which comes from the weight push interface
示例
{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"skuList": [
{
"code": "string",
"name": "string",
"spuCode": "string"
}
],
"transparentData": "string"
}
}