Skip to content

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 voice
  • status - can be either “good” or “failed” depending on the result of the voice similarity test
  • score - result of the voice similarity test
  • imposter_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"
}