标签: azure machine-learning microsoft-cognitive azure-cognitive-services face-api
根据此文档:https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395239
即使“人物组”中有10张以上的面孔,也只能识别10张面孔 有什么办法可以增加限额?
答案 0 :(得分:0)
如您所指的文档所述:
The algorithm allows more than one face to be identified independently at the same request, but no more than 10 faces.
没有办法增加此限制。这是“按请求”的限制,因此您只需并行执行几个请求即可解决此问题。