免费的翻译api_api数据接口平台

免费的翻译api_api数据接口平台googlehttp://translate.google.cn/translate_a/single?client=gtx&dt=t&dj=1&ie=UTF-8&sl=auto&tl=zh_TW&q=calcula

免费的翻译api_api数据接口平台"

  • google

http://translate.google.cn/translate_a/single?client=gtx&dt=t&dj=1&ie=UTF-8&sl=auto&tl=zh_TW&q=calculate

 

{
    "sentences": [
        {
            "trans": "計算",
            "orig": "calculate",
            "backend": 1
        }
    ],
    "src": "en",
    "confidence": 0.9609375,
    "ld_result": {
        "srclangs": [
            "en"
        ],
        "srclangs_confidences": [
            0.9609375
        ],
        "extended_srclangs": [
            "en"
        ]
    }
}

 

  • Bing

http://api.microsofttranslator.com/v2/Http.svc/Translate?appId=AFC76A66CF4F434ED080D245C30CF1E71C22959C&from=&to=en&text=考勤计算

<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Attendance calculation</string>

不添加from参数或者from为空都自动检测语言

  • Baidu

http://fanyi.baidu.com/transapi?from=auto&to=cht&query=Calculation

 

{
    "from": "en",
    "to": "cht",
    "domain": "all",
    "type": 2,
    "status": 0,
    "data": [
        {
            "dst": "計算",
            "prefixWrap": 0,
            "src": "Calculation",
            "relation": [],
            "result": [
                [
                    0,
                    "計算",
                    [
                        "0|6"
                    ],
                    [],
                    [
                        "0|6"
                    ],
                    [
                        "0|6"
                    ]
                ]
            ]
        }
    ]
}

 

v2transapi已经失效

  • Youdao

http://fanyi.youdao.com/translate?&doctype=json&type=AUTO&i=计算

 

{
    "type": "ZH_CN2EN",
    "errorCode": 0,
    "elapsedTime": 1,
    "translateResult": [
        [
            {
                "src": "计算",
                "tgt": "To calculate"
            }
        ]
    ]
}

type的类型有:

ZH_CN2EN 中文 » 英语
ZH_CN2JA 中文 » 日语
ZH_CN2KR 中文 » 韩语
ZH_CN2FR 中文 » 法语
ZH_CN2RU 中文 » 俄语
ZH_CN2SP 中文 » 西语
EN2ZH_CN 英语 » 中文
JA2ZH_CN 日语 » 中文
KR2ZH_CN 韩语 » 中文
FR2ZH_CN 法语 » 中文
RU2ZH_CN 俄语 » 中文
SP2ZH_CN 西语 » 中文

 

 

 

今天的文章免费的翻译api_api数据接口平台分享到此就结束了,感谢您的阅读。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/72455.html

(0)
编程小号编程小号

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注