linkfox-zhihuiya-description-translated
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseZhihuiya Patent Description (Translated)
智慧芽(Zhihuiya/PatSnap)专利说明书(翻译版)
This skill guides you on how to retrieve translated patent description (specification) text via the Zhihuiya data service. It supports translation into Chinese, English, or Japanese, and can look up patents by patent ID or publication number.
本技能将指导您如何通过智慧芽(Zhihuiya)数据服务获取翻译后的专利说明书(specification)文本。它支持翻译成中文、英文或日文,并且可以通过专利ID或公开号查询专利。
Core Concepts
核心概念
A patent description (also called "specification") is the full technical text of a patent document. This tool fetches the translated version of that text from the Zhihuiya patent database, supporting three target languages: Chinese (), English (), and Japanese ().
cnenjpWhen a patent's description is unavailable, the tool can optionally substitute it with a description from a patent family member (a related patent filed in another jurisdiction covering the same invention).
专利说明书(也称为"specification")是专利文档的完整技术文本。本工具从智慧芽专利数据库中获取该文本的翻译版,支持三种目标语言:中文()、英文()、日文()。
cnenjp当某一专利的说明书无法获取时,本工具可选择使用同族专利(在其他司法管辖区提交的、涵盖同一发明的相关专利)的说明书替代。
Parameters
参数
| Parameter | Type | Required | Description |
|---|---|---|---|
| patentId | string | Conditionally | Patent ID. At least one of |
| patentNumber | string | Conditionally | Publication (announcement) number. At least one of |
| lang | string | No | Target translation language. Supported values: |
| replaceByRelated | integer | No | Whether to substitute with a patent family member's description when the original is unavailable. |
| 参数 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
| patentId | string | 可选(需满足条件) | 专利ID。必须提供 |
| patentNumber | string | 可选(需满足条件) | 公开(公告)号。必须提供 |
| lang | string | 否 | 目标翻译语言。支持的值: |
| replaceByRelated | integer | 否 | 当原专利说明书不可用时,是否使用同族专利的说明书替代。 |
Key Rules
关键规则
- At least one identifier required: Either or
patentIdmust be provided. If the user gives a publication number like "US10123456B2", usepatentNumber. If they give a numeric patent ID, usepatentNumber.patentId - Priority: When both identifiers are supplied, takes precedence.
patentId - Batch queries: Up to 100 patents can be queried at once by passing comma-separated values.
- Default language: If the user does not specify a language, default to (English).
en
- 至少需要一个标识符:必须提供或
patentId中的一个。如果用户提供的是类似"US10123456B2"的公开号,使用patentNumber参数;如果提供的是数字形式的专利ID,使用patentNumber参数。patentId - 优先级规则:当同时提供两个标识符时,优先生效。
patentId - 批量查询:通过传入逗号分隔的多个值,最多可一次性查询100个专利。
- 默认语言:如果用户未指定语言,默认使用(英文)。
en
API Usage
API 使用说明
This tool calls the LinkFox tool gateway API. See for calling conventions, request parameters, and response structure. You can also execute directly to run queries.
references/api.mdscripts/zhihuiya_description_translated.py本工具调用LinkFox工具网关API。调用规范、请求参数及响应结构请参考。您也可以直接执行来运行查询。
references/api.mdscripts/zhihuiya_description_translated.pyUsage Examples
使用示例
1. Get English translation of a patent description by publication number
patentNumber: "US10123456B2"
lang: "en"2. Get Chinese translation of a patent description by patent ID
patentId: "abc123def"
lang: "cn"3. Batch query with family member fallback
patentNumber: "US10123456B2,EP3456789A1,CN112345678A"
lang: "en"
replaceByRelated: 14. Japanese translation of a specific patent
patentNumber: "JP2021012345A"
lang: "jp"1. 通过公开号获取专利说明书的英文翻译
patentNumber: "US10123456B2"
lang: "en"2. 通过专利ID获取专利说明书的中文翻译
patentId: "abc123def"
lang: "cn"3. 批量查询并启用同族专利替代
patentNumber: "US10123456B2,EP3456789A1,CN112345678A"
lang: "en"
replaceByRelated: 14. 获取特定专利的日文翻译
patentNumber: "JP2021012345A"
lang: "jp"Display Rules
展示规则
- Present the translated text clearly: Show the patent description text directly. For long descriptions, present a summary or the first section and inform the user the full text is available.
- Identify substitutions: When is present in the response, clearly inform the user that the description was sourced from a family member patent and show the related publication number.
pnRelated - Batch results: When multiple patents are returned, present them in a structured list with clear separation between each patent's description.
- Error handling: When a query fails, explain the reason based on the response and suggest checking the patent ID or publication number for correctness.
- No fabrication: Never invent or paraphrase patent text. Only display what the API returns.
- 清晰呈现翻译文本:直接展示专利说明书文本。对于篇幅较长的说明书,可呈现摘要或开头部分,并告知用户完整文本已可用。
- 标注替代来源:当响应中包含时,需明确告知用户该说明书来源于同族专利,并展示相关公开号。
pnRelated - 批量结果展示:当返回多个专利结果时,需以结构化列表形式呈现,清晰区分每个专利的说明书内容。
- 错误处理:当查询失败时,需根据响应信息说明原因,并建议用户检查专利ID或公开号是否正确。
- 禁止编造内容:不得编造或改写专利文本,仅可展示API返回的内容。
User Expression & Scenario Quick Reference
用户表述与场景速查
Applicable -- Patent description/specification translation queries:
| User Says | Scenario |
|---|---|
| "Translate this patent description to English" | Single patent translation |
| "I need the Chinese version of patent US10123456" | Specific language translation |
| "Get me the specification text for these patents" | Batch patent description retrieval |
| "What does patent CN112345678A describe?" | Patent description lookup |
| "Show me the Japanese translation of this patent's full text" | Japanese translation |
| "The description is missing, can you try a family member?" | Family member fallback |
Not applicable -- Needs beyond patent description translation:
- Patent search or discovery (finding patents by keyword/topic)
- Patent claim analysis or claim chart generation
- Patent legal status or prosecution history
- Patent citation or reference analysis
- Patent portfolio analytics or statistics
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
- The functionality or purpose described in this skill does not match actual behavior
- The skill's results do not match the user's intent
- The user expresses dissatisfaction or praise about this skill
- Anything you believe could be improved
Call the feedback API as specified in . Do not interrupt the user's flow.
references/api.mdFor more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.
适用场景 —— 专利说明书翻译相关查询:
| 用户表述 | 场景 |
|---|---|
| "把这份专利说明书翻译成英文" | 单条专利翻译 |
| "我需要专利US10123456的中文版本" | 指定语言翻译 |
| "帮我获取这些专利的说明书文本" | 批量专利说明书检索 |
| "专利CN112345678A的内容是什么?" | 专利说明书查询 |
| "展示这份专利全文的日文翻译" | 日文翻译需求 |
| "说明书缺失了,能不能试试同族专利?" | 同族专利替代需求 |
不适用场景 —— 超出专利说明书翻译范围的需求:
- 专利搜索或发现(通过关键词/主题查找专利)
- 专利权利要求分析或权利要求图生成
- 专利法律状态或审查历史查询
- 专利引用或参考文献分析
- 专利组合分析或统计
反馈机制:
当出现以下任意情况时,需自动检测并通过Feedback API提交反馈:
- 本技能描述的功能或用途与实际行为不符
- 技能结果与用户意图不匹配
- 用户表达了对本技能的不满或赞扬
- 任何您认为可改进的内容
请按照中的指定方式调用反馈API,请勿中断用户的操作流程。
references/api.md如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills。