v2
latestSwagger 2.02026-07-13152047.5 KBtext-independent
Verify Profile
Verifies existing profiles against input audio.
Limitations:
- Minimum audio input length is 1 second
- Maximum audio input length is 120 seconds
- Minimum effective speech length (excluding silence and other "non-speech" frames) is 4 seconds This limitation can be disabled by setting "ignoreMinLength" to true.
- Minimum audio Signal-to-noise ratio (SNR) is 0dB
post/text-independent/profiles/{profileId}/verify
Query parameters
ignoreMinLengthboolean
If true, a voice print will be created immediately for this profile regardless of how much speech is supplied or stored. Default is false.
Response
OK
Example response
{
"recognitionResult": "Accept",
"score": 0.63
}