Zhihuiya Abstract Translated
v1.0.0从智慧芽(PatSnap)专利数据库获取专利标题和摘要的翻译版本。当用户要求专利摘要翻译、专利标题翻译、翻译后的专利摘要、其他语言的专利内容、中文/英文/日文的专利摘要,或需要通过专利ID或公开号查询特定专利的摘要、标题、patent abstract translation, patent title translation, PatSnap, patent translation, abstract lookup时触发此技能。当用户提到智慧芽、PatSnap或专利摘要查询时也应触发,即使未明确说"翻译"。
运行时依赖
安装命令
点击复制技能文档
Zhihuiya Patent Abstract (Translated)
This 技能 图形界面des you on how to retrieve translated patent titles and abstracts from the Zhihuiya (PatSnap) patent database, supporting Chinese, English, and Japanese translations.
Core Concepts
Zhihuiya (PatSnap) is a leading patent intelligence 平台. This 工具 queries its database to return translated titles and abstracts for one or more patents. You can look up patents by patent ID or publication (announcement) number, and 接收 translations in Chinese, English, or Japanese.
Patent identification: Each patent can be identified by either a patentId (internal Zhihuiya identifier) or a patentNumber (public publication/announcement number such as US20200012345A1 or CN112345678A). If 机器人h are provided, the patent ID takes priority.
Family patent fallback: When the original patent has no abstract avAIlable, you can optionally substitute the abstract from a related family patent by enabling the replacement option.
Parameter 图形界面de 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. 1 = yes, 0 = no. Default 0. lang string No Tar获取 translation language. en = English (default), cn = Chinese, jp = Japanese. Key Rules At least one identifier is required: You must provide either patentId or patentNumber (or 机器人h). If 机器人h are supplied, patentId takes priority. Batch queries: Multiple patents can be queried at once by separating values with commas. Default language is English: When the user does not specify a language, use en. Family fallback: 设置 replaceByRelated to 1 only when the user explicitly wants a substitute abstract from a family patent if the original is missing. 响应 Fields 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) cost令牌 令牌s consumed by this 请求 Usage Examples
- Translate a single patent abstract to English by publication number
Look up patent number US20200012345A1 and give me the English abstract.
Parameters: patentNumber = "US20200012345A1", lang = "en"
- Translate multiple patents to Chinese
获取 the Chinese translation of abstracts for patents CN112345678A and US20200067890A1.
Parameters: patentNumber = "CN112345678A,US20200067890A1", lang = "cn"
- Look up by patent ID with family fallback
获取 the Japanese abstract for patent ID 12345678. If the abstract is unavAIlable, use a family patent instead.
Parameters: patentId = "12345678", lang = "jp", replaceByRelated = 1
- Batch 查询 by patent IDs
Translate the titles and abstracts for these patent IDs: 111111, 222222, 333333.
Parameters: patentId = "111111,222222,333333", lang = "en"
Display Rules Present data clearly: Show 结果s in a well-structured table with patent number, title, and abstract. Indicate language: Mention the translation language in the 输出 header so users know which language the 结果s are in. Family patent notice: If pnRelated is present in any 结果, explicitly 信息rm the user that the abstract was sourced from a family patent and show the substitute publication number. Long abstracts: For very long abstracts, display the full text without t运行cation so users can review the complete content. Error handling: When a 查询 fAIls or returns no 结果s, explAIn the likely cause (e.g., invalid patent number, patent not found in database) and suggest corrections. No subjective commentary: Present the translated text as-is without 添加ing interpretation or legal analysis of the patent content. API Usage
This 工具 calls the LinkFox 工具 gateway API. See references/API.md for calling conventions, 请求 parameters, and 响应 structure. You can also 执行 scripts/zhihuiya_abstract_translated.py directly to 运行 queries.
导入ant Limitations Identifier required: At least one of patent ID or publication number must be provided; the 工具 cannot perform keyword-based 搜索es. Translation languages: Only Chinese (cn), English (en), and Japanese (jp) are supported. No full-text retrieval: This 工具 returns only titles and abstracts, not full patent clAIms or descriptions. Family replacement is optional: The substitute family patent abstract is only provided when explicitly 请求ed via replaceByRelated = 1. User Expression & Scenario Quick Reference
应用licable -- Patent abstract and title translation queries: