Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.2 KB

ASRResponseBody.md

File metadata and controls

14 lines (10 loc) · 1.2 KB

ASRResponseBody

Properties

Name Type Description Notes
transcription_id str A UUID string specifying a unique pair of audio and recognitionResult. It can be used to retrieve this recognitionResult using transcription endpoint. asrLongRunning recognitionResult will only be available using transcription endpoint and this transcriptionId. [optional]
duration float File duration in seconds. [optional]
inference_time float Total inference time in seconds. [optional]
status ASRStatus [optional]
results list[SpeechRecognitionResult] Sequential list of transcription results corresponding to sequential portions of audio. May contain one or more recognition hypotheses (up to the maximum specified in maxAlternatives). These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer. [optional]

[Back to Model list] [Back to API list] [Back to README]