Appearance
PronounceableText
Status: Pending
Breadcrumb: Text > PronounceableText
Data type: PronounceableText.
Parent types
Properties
Properties for PronounceableText
| Property | Expected type | Defined on | Description |
|---|---|---|---|
| inLanguage | Language, Text | PronounceableText | The 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. |
| phoneticText | Text | PronounceableText | Representation of a text textValue using the specified speechToTextMarkup. For example the city name of Houston in IPA: /ˈhjuːstən/. |
| speechToTextMarkup | Text | PronounceableText | Form of markup used. eg. SSML or IPA. |
| textValue | Text | PronounceableText | Text value being annotated. |
Example
json
{
"@context": "https://schema.org",
"@type": "PronounceableText",
"name": "Example Name",
"inLanguage": "Example value",
"phoneticText": "+1-555-0100",
"speechToTextMarkup": "Example value"
}