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.
我正在做一个小项目来帮助我在 Flickr 上标记内容。
我一直在查看 API,并且有明显的方法来搜索标记的内容,但不是一种简单的方法来查找哪些内容没有被标记(不只是循环通过图像 ID 直到我找到一个没有标记的内容)。
过去有没有人遇到过这种情况并找到了一个简单的解决方法?
干杯
flickr.photos.getUntagged将为您自己的照片执行此操作。我很确定除了蛮力之外,没有其他方法可以进行更一般的搜索。