SEERNET / deepaffects-python

Python library for DeepAffects API
https://developers.deepaffects.com
MIT License
11 stars 9 forks source link

Documentation Improvement #38

Closed ishwara-bhat closed 5 years ago

ishwara-bhat commented 5 years ago

The speaker recognition API example shows that the response is something like this. But in a long conversation, there are at least two people and there are multiple start and end of segment. Will this API return those? i.e. a list or array or start and ends against recognized speaker.

"""Response. response = {
userId: userId of the speaker identified in the segment, start: start of the segment, end: end of the segment } """ From https://docs.deepaffects.com/docs/speaker-diarization-api.html, it sounds like a list of segments. Each segment has javascript object shown in response above.

Please confirm and update the documentation.

ishwara-bhat commented 5 years ago

I think it is good enough. The pseudo-code is clear enough and it is clear. Please ignore my comment.