phoneticText
This term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.Representation of a text textValue using the specified speechToTextMarkup. For example the city name of Houston in IPA: /ˈhjuːstən/.
- Canonical URL: http://schema.org/phoneticText
- Leave public feedback on this term 💬
- Check for open issues.
- 'phoneticText' is mentioned in the pending extention.
Values expected to be one of these types |
---|
Text
|
Used on these types |
---|
PronounceableText
|
Source
https://github.com/schemaorg/schemaorg/issues/2108
ExamplesSee JSON example.
TODO
TODO
<script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "City", "name": { "@type": "PronounceableText", "inLanguage": "en-US", "textValue": "Worcester", "speechToTextMarkup": "IPA", "phoneticText": "/ˈwʊstɚ/" } } </script>
See JSON example.
TODO
TODO
<script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "RadioStation", "name": ["WKRP", { "@type": "PronounceableText", "textValue": "WKRP", "speechToTextMarkup": "SSML", "phoneticText": "<speak><say-as interpret-as=\"characters\">WKRP</say-as>" } ] } </script>