I am using Twilio to call my cell phone. I need to respond with a short Yes or No answer. This is working correctly and recording. However, the next step is to transcribe this and then determine what to do based upon the transcription. If I leave a longer message, while it is not very accurate it does transcribe my recording. But it does not transcribe a short Yes or No answer. I know there is a max time of 120 seconds, is there a minimum time too?
Not Transcribing short answers
210 Views Asked by user2747943 At
2
There are 2 best solutions below
0
Hunter
On
Twilio will not transcribe anything under 3 seconds. See https://support.twilio.com/hc/en-us/articles/223133007-Transcriptions-are-blank-for-short-recordings
Related Questions in TWILIO
- Cannot Receive Incoming call on Twilio android Client
- Twilio Rest API Filtering using Coldfusion11
- Service worker does not load mp3 files
- Twilio Receiving SMS codeigniter
- Provide Twilio TwiML in HTTP payload?
- Twilio ValidationCode is not showing up my PHP page?
- How do I receive sms with twilio?
- twilio dynamic voice url number?
- VoIP Setup with Softphones and Twilio backend
- Understanding how twilio manages multiple numbers from same twilio account
- RangeError with Meteor and Twilio Client
- Twilio: pro-actively initiate daily, pre-scheduled conference calls?
- PendingIntent for Incoming call not getting launched for Twilio Android client
- How many times Twilio will try sending texts to a number which has been, out of range, network disconnected?
- TwiML - Can I record an user AND gather keypad inputs in the same call?
Related Questions in TWILIO-TWIML
- TwiML - Can I record an user AND gather keypad inputs in the same call?
- Twilio Queue Sid
- Redirecting a Call to a new Twiml URL
- TWIML for reverse click-to-dial browser plugin
- Access transcriptionText from twilio
- Play music while waiting an answer in TWIML <dial>
- Twilio Rejecting Call Using TWIML Webhooks Using PHP
- How to get newest recording in Twilio?
- How do I do simple conditional calling in Twilio based on time of day?
- How do I have Twilio make a silent call that only sends digits, not voice via mp3/wav?
- twilio queue: python code terminates at SMS message
- Twilio Redirect within a <Dial><Queue> probably not working
- How do I Say something after Dialing?
- Dynamically set Twilio <Dial> timeLimit
- What is the difference between Twilio Sip and Twilio Client?
Related Questions in TRANSCRIPTION
- How can I get live transcription on OS X (without audio files)?
- Continuous speech recognition without restart after 1 minute
- google speech API does only partial transcript
- Music Transcription of Wav files in Java
- Not Transcribing short answers
- Enhanced playback with Spotify API
- Split transcript into transcripts for different speakers
- Is there is a time-limit to speech recognition while using Web Speech API?
- Optimal string from segments with words and timestamps
- Error 'tuple.index(x): x not in tuple' in 'model.transcribe' from wishper in python
- Google Cloud Speech-to-Text Automatic Punctuation
- Detecting a pause of 2 Seconds or more in Speech
- Azure Transcription: Missing/Incorrect caption generated by Speech to Text
- Timestamping audio from any language given the audio source and an accurate transcription
- transcribe a phone recording
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You will not be able to use transcription to achieve what you need. Twilio's transcription is not real time, and you will not be able to respond with a Twiml to alter the call path.
To achieve this result, I had to use tropo.