Share via

Speech to Text Returning Empty string for displayText

7577 5 Reputation points
2023-07-27T12:42:14.72+00:00

audio_file=@'9a043053-a1ad-4ebd-861a-c85426697147.wav'

curl --location --request POST \
"https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?language=en-US&format=detailed" \
--header "Ocp-Apim-Subscription-Key: " \
--header "Content-Type: audio/wav" \
--data-binary $audio_file


-- getting DisplayText empty for most of the audio files 
{
    "RecognitionStatus": "Success",
    "Offset": 300000,
    "Duration": 301200000,
    "DisplayText": ""
}
Azure Speech in Foundry Tools

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.