六小象SDK(Windows)
首页
语言/Langguage
  • 中文
  • English
首页
语言/Langguage
  • 中文
  • English
  1. English
  • Get started quickly
  • Docking availability
  • Functional classification
  • Features
    • Device activation
  • gRPC interface
    • gRPC interface documentation
  • HTTP interface
    • Version information
      • GetVersion to get version information
      • GetLatestVersion to get the latest version
    • Advanced configuration
      • AdvancedConfigGet - AdvancedConfigGet
      • AdvancedConfigSet Advanced Config - Modify
    • Camera management
      • CameraEnum Camera-enumeration device
      • CameraChange camera-device switching
      • CameraDetectRangeGet Camera-Recognition Area Get
      • CameraDetectRangeSet Camera-Recognition Area Modification
    • Device management
      • DeviceGetInfo device-get-info
      • DeviceActivate Device - Activate
      • DeviceShopChange - Store Modification
    • Intelligent recognition
      • AiPushWeight intelligently recognizes and pushes weight information
      • AiImageDetectIgnoreSet - Image Detection Filtering Settings
      • AiRegisterResultCallback - Callback of the registration recognition result
      • AiUnsafeMatching Intelligent Recognition - Non-Security AI Recognition (Strongly Not Recommended)
      • AiLearning
      • AiFastLearning Intelligent Recognition - Fast Learning
    • Product features
      • SkuFeatQueryImage Product Features - Query the learned image
      • SkuFeatQuery Product Features - Query feature information
      • SkuFeatRemove Product Features - Removes the specified characteristics of a specified product
      • SkuFeatClear Product Features - Clears all characteristics of the specified product
    • Learning data
      • LearnDataUpload Learning Data - Upload
      • LearnDataClear Learning Data - Empty
    • Algorithmic models
      • AlgoModelEnum algorithm model-enumeration
      • AlgoModelChange algorithm model-switching
    • Product data
      • SkuDataImport Product Data - Import
      • SkuDataDelete - Delete
      • SkuDataIconMatch Product Data - Main Image Match
    • 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
  1. English

Docking availability

提示
👌👌 There are four levels of interface interconnection availability, each level contains the interconnection content of the previous level, please select the interconnection level as appropriate
📌

First, the foundation can be used A level#

In this level, we will ensure that the basic device activation and AI recognition are available, and usually this level can be used to quickly verify the effect, please refer to Recognition Logic for recognition logic, and the following interfaces are necessary for 'Basic Available Level A'
GetVersion Get Version Information (can be used to check if the service is started successfully)
DeviceGetInfo Device - Get Info (used to check if the device is activated)
DeviceActivate Device - Activation (used to activate the device)
AiListenResult (used to listen for recognition results)
AiRegisterResultCallback - Callback for Registering Recognition Results (used to register a callback for receiving recognition results)
AiPushWeight Intelligent Recognition - Push Weight Information (Inform SDK of the complete change curve of the weight of the scale)
AiLearning (used to learn from each recognition, so that AI can be used as much as possible)
📌

Second, the effect is guaranteed B level (recommended)#

In this level, all interfaces of 'Basic Available Class A' will be included, and the following interfaces will be better recognized when the following interfaces are called completely and correctly, and the following interfaces are necessary for the 'Effect Guarantee Level B'
SkuFeatQueryImage Product Features - Query Learned Images (used to query historical learning images of products)
SkuFeatQuery Product Features - Query Feature Information (used to query whether products have been learned in batches)
SkuFeatRemove Product Characteristics - Remove Specified Characteristics of Specified Products (used to fix recognition output errors caused by a bad click)
AiFastLearning (for fast learning for new product delivery)
AdvancedConfigGet Advanced Configuration - Get (used to get parameters such as minimum recognition weight, continuous weighing weight, etc.)
AdvancedConfigSet Advanced Configuration - Modification (used to configure parameters such as minimum recognition weight, continuous weighing weight, etc.)
AlgoModelEnum Algorithmic Models - Enumeration (used to list currently available and currently used algorithmic models)
AlgoModelChange Algorithmic Model-Switching (used to specify the algorithmic model to use)
SkuDataIconMatch Product Data - Main Image Match (can be used to match product product icon to Main Image ICON)
📌

Third, rich functionsC level#

In this level, all interfaces of 'Performance Assurance Level B' will be included, and the following interfaces can be used to enrich AI recognition functions when the following interfaces are called completely and correctly, and the following interfaces are necessary for the 'Function Rich Level C'
DeviceShopChange
LearnDataClear Learning Data - Clear
LearnDataExport Learning Data - Export
LearnDataImport Learning Data - Import
LearnDataClear Learning Data - Clear
SkuDataImport Product Data - Import
SkuDataDelete Product Data - Delete
📌

Fourth, personality definitionD level#

In this level, all interfaces of 'Rich Function C Level' will be included, and the relevant interfaces for AI recognition can be highly customized when the following interfaces are called completely and correctly, and the following interfaces are necessary for 'Personality Definition D Level'
AutoSyncGetSelfInfo Auto Sync - Get Native Info
AutoSyncGetGroupsInfo - Get Group Table Information
AutoSyncRemoveDevice
AutoSyncJoinGroup
AutoSyncExitGroup
AutoSyncSetIntervalTime - Set IntervalTime
AutoSyncUpdateDataSyncRule
AutoSyncCreateGroup
AutoSyncUpdateGroupName
CameraEnum Camera-Enumeration Device
CameraChange
CameraDetectRangeGet Camera-Recognition Area Get
CameraDetectRangeSet Camera-Recognition Area Modification
上一页
Get started quickly
下一页
Functional classification
Built with