Google Cloud Text-To-Speech · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Google Cloud Text-To-Speech.

13 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

gcp: https://cloud.google.com/text-to-speech#

Classes

SpeechSynthesis voice languageCode ssmlGender audioEncoding speakingRate pitch volumeGainDb sampleRateHertz audioContent name description url

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gcp": "https://cloud.google.com/text-to-speech#",
    "SpeechSynthesis": "gcp:SpeechSynthesis",
    "voice": "gcp:voice",
    "languageCode": "gcp:languageCode",
    "ssmlGender": "gcp:ssmlGender",
    "audioEncoding": "gcp:audioEncoding",
    "speakingRate": "gcp:speakingRate",
    "pitch": "gcp:pitch",
    "volumeGainDb": "gcp:volumeGainDb",
    "sampleRateHertz": "gcp:sampleRateHertz",
    "audioContent": "gcp:audioContent",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url"
  }
}