Evaluation Using Interface

Input:

  • Required Inputs:
    • input audio: The audio file (URL or local path) containing the speech to be transcribed.
    • input transcription: The text transcription to be evaluated for accuracy against the audio.

Output:

  • Score: A percentage score reflecting the accuracy of the provided transcription compared to the audio content.

Evaluation Using SDK

Click here to learn how to setup evaluation using the Python SDK.

Input TypeParameterTypeDescription
Required Inputsinput audiostrfile path or URL to the audio file
Required Inputsinput transcriptionstrThe text transcription to evaluate
OutputTypeDescription
ScorefloatReturns a score between 0 and 1, where higher values indicate a more accurate transcription.