---
title: ASR Hypotheses Selection
type: templates
category: Ranking and Scoring
cat: ranking-and-scoring
order: 435
meta_title: Choose the most accurate Automatic Speech Recognition (ASR) hypotheses
meta_description:
---
When you work with automatic speech transcribers, you are provided with several transcription hypotheses. Now, you can select one of the variations from the list of transcription hypotheses.
## Labeling Configuration
```xml
```
## Example data
```json
{
"data": {
"audio": "https://htx-pub.s3.amazonaws.com/datasets/audio/f2btrop6.0.wav",
"transcriptions": [{
"value": "potrostith points out that if school based clinics were established parental permission would be required for students to receive each service offered"
}, {
"value": "potrostith points out that if school-based clinics were established parental permission would be required for students to receive each service offered"
}, {
"value": "purporting points out that if school based clinics were established parental permission would be required for students to receive each service offered"
}, {
"value": "pork roasted points out that if school based clinics were establish parental permission would be required for students to receive each service offered"
}, {
"value": "purpose it points out that if school based clinics war establish parental permission would be required for students to receive each service offered"
}]
}
}
```