Evaluation Using Interface

Input:

  • Required Inputs:
    • input audio: The audio file (URL or local path) to be evaluated against a description.
    • description: The text description to compare against the audio content.

Output:

  • Score: Boolean passed or failed, reflecting how well the provided description matches 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
descriptionstrThe text description to evaluate against the audio
OutputTypeDescription
ResultboolReturns boolean value (0 or 1), where 1 indicate a better match between the description and the audio content.