谷歌为你的意思转换API请求样本

时间:2017-11-06 14:08:38

标签: google-api google-translate google-translator-toolkit

当我选择输入语言并输入一些单词时(因为它发音)。它给出了“你的意思是'选项。如何从Google云端翻译API获取此选项?

enter image description here

请看下面的图片。

https://i.stack.imgur.com/I29AP.png

1 个答案:

答案 0 :(得分:0)

不适用于Google翻译,但是您可以使用SerpApi拼写检查API。它提取了Google“您是说意思吗?”通过常规搜索。

JSON应该采用这种结构。假设搜索“咖啡”:

  "search_information":
    { 
      ...
      "query_displayed": "coffeee",
      "spelling_fix": "coffee",
      "showing_results_for": "coffee"
    },
  ...

文档:https://serpapi.com/spell-check