Loading...
Loading...
Compare original and translation side by side
patentIdpatentNumberUS20200012345A1CN112345678ApatentIdpatentNumberUS20200012345A1CN112345678A| Parameter | Type | Required | Description |
|---|---|---|---|
| patentId | string | At least one of patentId or patentNumber | Zhihuiya internal patent ID. Separate multiple IDs with commas. Max length 60,000 characters. |
| patentNumber | string | At least one of patentId or patentNumber | Publication (announcement) number. Separate multiple numbers with commas. Max length 60,000 characters. |
| replaceByRelated | integer | No | Whether to substitute a family patent abstract when the original is unavailable. |
| lang | string | No | Target translation language. |
| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| patentId | string | patentId或patentNumber至少填一项 | 智慧芽内部专利ID。多个ID用逗号分隔。最大长度60,000字符。 |
| patentNumber | string | patentId或patentNumber至少填一项 | 公开(公告)号。多个编号用逗号分隔。最大长度60,000字符。 |
| replaceByRelated | integer | 否 | 当原专利摘要不可用时,是否使用同族专利摘要替代。 |
| lang | string | 否 | 目标翻译语言。 |
patentIdpatentNumberpatentIdenreplaceByRelated1patentIdpatentNumberpatentIdenreplaceByRelated1| Field | Description |
|---|---|
| total | Number of patent records returned |
| data | Array of patent objects (see below) |
| data[].patentId | Zhihuiya internal patent ID |
| data[].pn | Publication (announcement) number |
| data[].title | Translated patent title |
| data[].abstractText | Translated patent abstract |
| data[].pnRelated | Publication number of the substitute family patent (only present when family replacement was used) |
| costToken | Tokens consumed by this request |
| 字段 | 描述 |
|---|---|
| total | 返回的专利记录数量 |
| data | 专利对象数组(详见下文) |
| data[].patentId | 智慧芽内部专利ID |
| data[].pn | 公开(公告)号 |
| data[].title | 翻译后的专利标题 |
| data[].abstractText | 翻译后的专利摘要 |
| data[].pnRelated | 替代同族专利的公开号(仅当使用同族专利替换时显示) |
| costToken | 本次请求消耗的Token数量 |
Look up patent number US20200012345A1 and give me the English abstract.patentNumber = "US20200012345A1"lang = "en"Get the Chinese translation of abstracts for patents CN112345678A and US20200067890A1.patentNumber = "CN112345678A,US20200067890A1"lang = "cn"Get the Japanese abstract for patent ID 12345678. If the abstract is unavailable, use a family patent instead.patentId = "12345678"lang = "jp"replaceByRelated = 1Translate the titles and abstracts for these patent IDs: 111111, 222222, 333333.patentId = "111111,222222,333333"lang = "en"Look up patent number US20200012345A1 and give me the English abstract.patentNumber = "US20200012345A1"lang = "en"Get the Chinese translation of abstracts for patents CN112345678A and US20200067890A1.patentNumber = "CN112345678A,US20200067890A1"lang = "cn"Get the Japanese abstract for patent ID 12345678. If the abstract is unavailable, use a family patent instead.patentId = "12345678"lang = "jp"replaceByRelated = 1Translate the titles and abstracts for these patent IDs: 111111, 222222, 333333.patentId = "111111,222222,333333"lang = "en"pnRelatedpnRelatedreferences/api.mdscripts/zhihuiya_abstract_translated.pyreferences/api.mdscripts/zhihuiya_abstract_translated.pycnenjpreplaceByRelated = 1cnenjpreplaceByRelated = 1| User Says | Scenario |
|---|---|
| "Translate this patent abstract" | Single patent translation |
| "What does patent XX say / what is it about" | Abstract lookup |
| "Get the Chinese/Japanese version of this patent" | Specific language translation |
| "Look up the abstract for patent number XX" | Publication number lookup |
| "Translate these patents in batch" | Batch translation |
| "The abstract is missing, try a family patent" | Family patent fallback |
references/api.md| 用户表述 | 场景 |
|---|---|
| "翻译这份专利摘要" | 单专利翻译 |
| "专利XX内容是什么/讲了什么" | 摘要查询 |
| "获取这份专利的中文/日文版本" | 指定语言翻译 |
| "查询专利号XX的摘要" | 公开号查询 |
| "批量翻译这些专利" | 批量翻译 |
| "摘要缺失,尝试用同族专利" | 同族专利 fallback |
references/api.md