Text

Label for Image Captioning

Create a Text Label

  1. Type label name in the "Name*" form

  2. Choose Text from "Type*" dropdown

  3. Select desired text type from "Input Type" dropdown.

  4. Click "Create" button .

Supported Input Text Types:

  • Color

  • Date

  • Date-Time Local

  • Email

  • Month

  • Number

  • Tel

  • Text

  • Time URL

  • Week

When to use

Text enables image captioning and other generic use cases.

Architectures such as multi-modal attention models take text as input. Common use cases include producing image captions for accessibility.

Data Format

A Text schema element creates data as a string.

{
"type":"text"
"data":"Child flying kite on tropical beach"
}

Last updated