Skip to content

PronounceableText

Status: Pending

Breadcrumb: Text > PronounceableText

Data type: PronounceableText.

Parent types

Text

Properties

Properties for PronounceableText

PropertyExpected typeDefined onDescription
inLanguageLanguage, TextPronounceableTextThe language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage.
phoneticTextTextPronounceableTextRepresentation of a text textValue using the specified speechToTextMarkup. For example the city name of Houston in IPA: /ˈhjuːstən/.
speechToTextMarkupTextPronounceableTextForm of markup used. eg. SSML or IPA.
textValueTextPronounceableTextText value being annotated.

Example

json
{
  "@context": "https://schema.org",
  "@type": "PronounceableText",
  "name": "Example Name",
  "inLanguage": "Example value",
  "phoneticText": "+1-555-0100",
  "speechToTextMarkup": "Example value"
}