💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# 5.36 翻译对象 --------- | JSON属性 | 数据类型 | 释义 | 取值 | 取值释义 | |----------|----------|------------------|------|----------| | id | int | 目标对象ID | 336 | | |content | String | 待翻译的文本 | | | |source | String | 待翻译的文本所属语言 | zh,en | zh=中文,en=英语 | |target | String | 翻译后的文本所属语言 | zh,en | zh=中文,en=英语 | |result | String | 翻译结果 | | | 翻译对象JSON示例: ~~~ 输入:翻译苹果 { "rtext": "苹果的英语翻译后的单词是:Apple,重复一遍,Apple", "outc": 0, "actions": [ { "action": "VIEW", "target": { "id": 336, "content": "苹果", "source": "zh", "target": "en", "result": "Apple" } } ] }