An introduction to getting transcription data from live streaming audio in real time.
id
: API will auto-assign assign a unique identification number for each request.success
: Will indicate the functional status of the API:
success
= true, then the API is functioning and ready to generate output.success
= false, then the API is not functional and has some errorsfinal
: Will report whether the received output is partial or final:
final
= true, then the received text is the final output.final
= false, then the text received is partial and is still processing the file.cause
: Reason for obtaining the final output.text
: The streaming audio input is converted into text format in the requested language.confidence
: The level of confidence that Streaming STT API has in the accuracy of the transcription.display_text
: The beautified text of the final transcript. If the final transcript consists of digits, URL, app names, it is quickly converted to a readable format for the user.