问题描述
现在需要在请求中始终添加PersonGroupId来创建人员。
最好将人与群体分开,以便(例如)在多个群体中拥有(例如)同一个人而不必创建副本这个人。
期望流量的例子:
1.创建一个人(PersonA,PersonB) )
2.创建组(组1,组2,组3)
3.向组添加人员:组1.AddPerson(personA),group2.AddPerson(personA);
4.训练一组人
To create a person is now necessary to add always a PersonGroupId in request.
It would be better to separate persons from groups in order to have (for example) the same person across multiple groups without having to create a duplicate of the person.
Example of the desired flow:
1. Create a Person (PersonA, PersonB)
2. Create Groups (Group1, Group2, Group3)
3. Add a person to Group: Group1.AddPerson(personA), group2.AddPerson(personA);
4. Train a group
推荐答案
您是否愿意将此想法发布在?
Would you mind to post this idea at https://cognitive.uservoice.com/forums/356325-apis/category/165759-face-api ?
该链接用于收集有关API的用户语音, PM将选择投票最多的想法作为要实施的新功能。
The link is to collect user voice about the API, and the PM will pick the most voted ideas as new features to implement.
祝你好运,
Wenbin
这篇关于Face API:您应该将人员和组分开,以便更灵活地管理数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!