Voice Recognition
Secure and convenient voice recognition for authentication and verification purposes.
How to use?
To use Voice Recognition first of all you need to register your voice through API.
Then Voice Recognition will process the voice when video processing action will be called, if it is included in your API token settings.
Fields
id
- unique ID for registered voicestatus
- can be either “good” or “failed” depending on the result of the voice similarity testscore
- result of the voice similarity testimposter_prob
- probability of the voice being “impostored”
JSON Response Example
"Voice Recognition": { "status": "good", "id": "your_registered_unique_id", "score": 11.834825, "imposter_prob": 0, "log_odds": "12.4"}