[AI35-5]Novelty Check - Confirm Technical Features

post
https://connect.patsnap.com/ai/novelty-search/feature/confirm
Try in Sandbox

After the user modifies or adds/reduces technical features from [AI35-4], submit the confirmation to proceed with subsequent retrieval.

Note: Valid feature confirmation information must be provided.

Request Parameters

List of parameters supported by this API endpoint

NameTypeExampleDescription
task_id
Required
string80d440b7-80a5-4233-a75f-ab72b0885c88
Task id
tech_features
array[ { "selected": true, "user_add": false, "feature_num": "F1", "feature_weight": "topic", "feature_elements": "电话机, 图像识别能力", "feature_function": "提供一种能够实现图像信息采集、文字识别及信息获取功能的电话机整体结构", "feature_text_original": "具有图像识别能力的电话机", "feature_weight_reason": "本技术方案的主题名称,明确保护对象为具有图像识别能力的电话机" }, { "selected": true, "user_add": false, "feature_num": "F1.1", "feature_weight": "core", "feature_elements": "电话, 摄像装置, 链接关系", "feature_function": "通过在电话机中集成摄像装置,实现电话机对外部图像信息的采集", "feature_text_original": "包括电话、与电话链接的摄像装置", "feature_weight_reason": "现有电话机通常不具备与摄像装置链接的结构,属于本方案为实现图像采集功能而新增的结构" }, { "selected": true, "user_add": false, "feature_num": "F1.2", "feature_weight": "core", "feature_elements": "命令, 摄像装置, 控制", "feature_function": "通过命令控制摄像装置的工作,实现电话机对图像采集过程的自动化管理", "feature_text_original": "至少包括一个用于控制与电话链接的摄像装置工作的命令", "feature_weight_reason": "现有电话机未涉及通过命令控制外部摄像装置工作的功能,属于本方案为实现自动化图像采集新增的控制手段" }, { "selected": true, "user_add": false, "feature_num": "F1.3", "feature_weight": "core", "feature_elements": "图像信息, 文字信息, 获取", "feature_function": "利用图像识别技术对采集到的图像进行处理,自动提取图像中的文字信息,实现图像到文字的转换", "feature_text_original": "根据摄取的图像信息获取该图像信息源的文字信息", "feature_weight_reason": "现有电话机无法自动识别图像中的文字信息,属于本方案为实现文字信息自动提取而新增的功能" }, { "selected": true, "user_add": false, "feature_num": "F1.4", "feature_weight": "core", "feature_elements": "文字信息, 电话显示器, 显示", "feature_function": "将识别出的文字信息通过电话显示器展示,实现用户对图像文字内容的直接获取", "feature_text_original": "并将文字信息显示在电话显示器上", "feature_weight_reason": "现有电话机不具备将图像识别出的文字信息显示的功能,属于本方案为提升用户体验新增的显示手段" }, { "selected": true, "user_add": false, "feature_num": "F1.5", "feature_weight": "core", "feature_elements": "电路算法, 地址, 网络数据库, 文字信息", "feature_function": "通过电路算法解析获取图像相关信息的地址,并从网络数据库中进一步获取相关文字信息,实现电话机信息获取能力的扩展", "feature_text_original": "电话机通过电路算法首先得到地址,再通过该地址从相关显示器的网络数据库得到文字信息", "feature_weight_reason": "现有电话机不具备通过电路算法获取地址并从网络数据库获取相关文字信息的功能,属于本方案为实现信息扩展获取而新增的技术手段" } ]
Technical features list
feature_elements
string电话机, 图像识别能力
Feature elements
feature_function
string提供一种能够实现图像信息采集、文字识别及信息获取功能的电话机整体结构
Feature function
feature_num
stringF1
Feature number
feature_text
string具有图像识别能力的电话机
Feature text
feature_text_original
string具有图像识别能力的电话机
Original feature text
feature_weight
stringtopic
Feature weight
feature_weight_reason
string本技术方案的主题名称,明确保护对象为具有图像识别能力的电话机
Feature weight reason
selected
booleantrue
Selected
user_add
boolean-
User added

Response Schema

Structure of the API response data

Field NameTypeExampleDescription
data
object-
response data
task_id
string80d440b7-80a5-4233-a75f-ab72b0885c88
Task id
status
Required
booleanfalse
Status
error_msg
stringThe request parameter format is incorrect!
Error Message
error_code
Required
integer0
Error Code

Success Response Example

Example of a successful API response

JSON
{
  "data": {
    "task_id": "80d440b7-80a5-4233-a75f-ab72b0885c88"
  },
  "status": true,
  "error_code": 0
}

Error Codes

List of possible error codes returned by this endpoint

Business Errors

Error CodeDescription
68300004Invalid parameter!
68300005Search api failure!
68300006Analytic basic access error!
68300007Bad request!
68300008Service error, please try again later!
68300010The file does not comply with upload specifications!

Platform Errors

Error CodeDescription
67200000API call exceeds the total limit set by the platform!
67200001API call exceeds the total limit set by the platform!
67200002The current call rate is too fast, exceeding the current configuration limit QPS!
67200003The key and secret parameters for applying for the token are incorrect or the client has been disabled!
67200004The requested api does not have permission. Please contact our support personnel!
67200005Insufficient account balance/number of calls!
67200006The client has exceeded the activation validity period!
67200007The current call exceeds the configured usage limit of the day!
67200008Please check if the required apikey in the query parameter has been transmitted!
67200009The apikey does not match the passed bearerToken. Please check if a valid token is being used!
67200012The request is illegal!
67200100The current server status is busy, request response timeout!
67200101The API requested currently does not exist. Please check the request path!

HTTP Status Codes

Status CodeDescription
0Success
201Created
401Unauthorized
403Forbidden
404Not Found

Performance Metrics

Expected performance characteristics for this endpoint

Normal Response Time

5000 ms

Max Response Time

10000 ms