Not able to get the gender Information as an entity on a audio clip. #159
Replies: 1 comment
-
We cannot identify gender from who is speaking in an audio clip, but we can output gender as part of our entity detection feature. This would output a gender when a word is used to identify one. Like 'she did', 'female', 'it's hers'. Could you provide the resulting transcript or even the audio file? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to gather the gender information of the speakers in an audio clip. I'm currently accessing the API.
I used this way:
curl
--request POST
--header 'Authorization: Token YOUR_DEEPGRAM_API_KEY'
--header 'Content-Type: audio/wav'
--data-binary @youraudio.wav
--url 'https://api.deepgram.com/v1/listen?detect_entities=true&punctuate=true'
Not getting gender data. Please help if I'm missing something
Beta Was this translation helpful? Give feedback.
All reactions