diff --git a/en/device-dev/subsystems/plug-in.md b/en/device-dev/subsystems/plug-in.md index 70c27a3f371bb5214c842cece220807addaed08b..2a743f9dc6982779298802ff108d40fd27f0c5c6 100644 --- a/en/device-dev/subsystems/plug-in.md +++ b/en/device-dev/subsystems/plug-in.md @@ -117,8 +117,6 @@ Algorithm plug-in APIs including **Prepare**, **SyncProcess**, **AsyncProcess -For the data structure of **ConfigInfo**, **ClientInfo**, **AlgorithmInfo**, and **DataInfo**, see [Table 2](sdk.md#table22154317482) in the SDK development guidelines. - The **Request** and **Response** classes define the requests and responses used for communication between the AI engine server and algorithm plug-ins. A request encapsulates the request content and input data of the caller. The plug-in returns the calculation result to the AI engine server through a response. [Table 3](#table16273647125120) describes the attributes of the **Request** class. diff --git "a/zh-cn/device-dev/subsystems/\346\217\222\344\273\266\347\232\204\345\274\200\345\217\221\350\277\207\347\250\213.md" "b/zh-cn/device-dev/subsystems/\346\217\222\344\273\266\347\232\204\345\274\200\345\217\221\350\277\207\347\250\213.md" index 3b19bc6ab93d0b380030f8cd3af3b6a77294ba89..2881394f58cec0b44b99f7205331b4148b04aa9f 100755 --- "a/zh-cn/device-dev/subsystems/\346\217\222\344\273\266\347\232\204\345\274\200\345\217\221\350\277\207\347\250\213.md" +++ "b/zh-cn/device-dev/subsystems/\346\217\222\344\273\266\347\232\204\345\274\200\345\217\221\350\277\207\347\250\213.md" @@ -117,8 +117,6 @@ AI引擎框架规定了一套算法插件接入规范,各插件需实现规定 -其中,ConfigInfo,ClientInfo,AlgorithmInfo,DataInfo的数据结构如上[表2](SDK开发过程.md#table22154317482)所示。 - Request、Response是ai引擎服务端与算法插件进行通信的对象。Request封装了调用方的请求、输入数据等,而插件主要通过Response将运算之后的结果返回给AI引擎服务端。 Request类的属性如下[表3](#table16273647125120)所示。