Classify speaker gender
Gender Detection
Classify speaker gender
Classify the gender of the speaker in an audio file. Accepts either an audio URL (S3 or HTTP) or base64-encoded audio data. Supports WAV, MP3, FLAC, OGG, and other common audio formats.
POST
Classify speaker gender
Documentation Index
Fetch the complete documentation index at: https://docs.deepdub.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Must start with dd- prefix.
Headers
API Key
Body
application/json
Response
Successful classification
Gender classification result
Predicted gender of the speaker
Available options:
female, male Example:
"female"
Confidence score (0.0 to 1.0)
Required range:
0 <= x <= 1Example:
0.95
Full prediction scores for both genders
Duration of the audio in seconds
Example:
3.5
Processing time in milliseconds
Example:
120.5
