---
title: Text-to-Image Generation
type: templates
category: Ranking and Scoring
cat: ranking-and-scoring
order: 431
meta_title: Choose the most related image generated by textual description
meta_description:
---
Based on the natural language prompt, you can generate the set of images from which you can select.
## Labeling Configuration
```xml
```
## Example data
```json
{"data": {
"prompt": "An astronaut riding a horse in a photorealistic style",
"images": [{
"value": "id123#0",
"style": "margin: 5px",
"html": "
"
},
{
"value": "id123#1",
"style": "margin: 5px",
"html": "
"
},
{
"value": "id123#2",
"style": "margin: 5px",
"html": "
"
}]
}}
```