Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用以下 URL 从 Instagram 抓取流行的图像/视频(使用 PHP)。
https://api.instagram.com/v1/media/popular?client_id=CLIENT-ID
它返回一个 json 对象,但我没有看到“语言”的值。这是一个问题,因为有时船长使用阿拉伯语或其他语言,我需要他们为我的网络应用程序使用英语。无论如何要知道帖子的语言还是我必须使用一些语言检测功能?
查看源代码,查看演示。然后,您只需传递字幕即可检测语言。它检查 52 种语言。你也可以使用谷歌翻译的 API。