如何使用Azure的HTTP接口发布大数据? [英] How to POST large data using the HTTP interface from Azure ?

查看:59
本文介绍了如何使用Azure的HTTP接口发布大数据?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在使用翻译方法(来自Windows Azure上提供的Bing Translator Add-on)和GET:


https://api.datamarket.azure。 com / Data.ashx / Bing / MicrosoftTranslator / v1 / Translate


有没有办法用它(或其他方法)用POST翻译大数据?如果不是,我可以使用具有相同订阅的其他API吗?

解决方案

嗨Gauthier,


是的,您可以在订阅中使用完整的Microsoft Translator API:


http://msdn.microsoft.com/en-us/library/dd576287.aspx


API在请求中最多需要10000个字符。推荐大小为2500个字符。


Chris Wendt

Microsoft Translator


I'm currently using the Translate method (from Bing Translator Add-on available on Windows Azure) with GET :

https://api.datamarket.azure.com/Data.ashx/Bing/MicrosoftTranslator/v1/Translate

Is there a way to use it (or an other method) for translating larger data with POST ? If no, can I use an other API with the same subscription?

解决方案

Hi Gauthier,

Yes, you can use the full Microsoft Translator API with your subscription:

http://msdn.microsoft.com/en-us/library/dd576287.aspx

The API takes up to 10000 characters in a request. Recommended size is 2500 characters.

Chris Wendt
Microsoft Translator


这篇关于如何使用Azure的HTTP接口发布大数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆