Gladia · JSON-LD Context

Gladia Context

JSON-LD context defining the semantic vocabulary for Gladia from Gladia.

0 Classes 30 Properties 3 Namespaces
View Context View on GitHub

Namespaces

gladia: https://www.gladia.io/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Properties

Property Type Container
GladiaAPI reference
TranscriptionJob reference
LiveSession reference
AudioUpload reference
id string
status string
audioUrl anyURI
language string
diarization boolean
numberOfSpeakers integer
utterance reference
transcript string
confidence float
startTime float
endTime float
speakerId integer
wordTimestamps reference
summarization reference
translation reference
piiRedaction reference
contextPrompt string
callback anyURI
createdAt dateTime
completedAt dateTime
encoding string
sampleRate integer
endpointing integer
codeSwitch boolean
apiKey string
baseURL anyURI

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "gladia": "https://www.gladia.io/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "GladiaAPI": {
      "@id": "gladia:GladiaAPI",
      "@type": "@id"
    },
    "TranscriptionJob": {
      "@id": "gladia:TranscriptionJob",
      "@type": "@id"
    },
    "LiveSession": {
      "@id": "gladia:LiveSession",
      "@type": "@id"
    },
    "AudioUpload": {
      "@id": "gladia:AudioUpload",
      "@type": "@id"
    },

    "id": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "schema:status",
      "@type": "xsd:string"
    },
    "audioUrl": {
      "@id": "gladia:audioUrl",
      "@type": "xsd:anyURI"
    },
    "language": {
      "@id": "schema:inLanguage",
      "@type": "xsd:string"
    },
    "diarization": {
      "@id": "gladia:diarization",
      "@type": "xsd:boolean"
    },
    "numberOfSpeakers": {
      "@id": "gladia:numberOfSpeakers",
      "@type": "xsd:integer"
    },
    "utterance": {
      "@id": "gladia:utterance",
      "@type": "@id"
    },
    "transcript": {
      "@id": "schema:text",
      "@type": "xsd:string"
    },
    "confidence": {
      "@id": "gladia:confidence",
      "@type": "xsd:float"
    },
    "startTime": {
      "@id": "gladia:startTime",
      "@type": "xsd:float"
    },
    "endTime": {
      "@id": "gladia:endTime",
      "@type": "xsd:float"
    },
    "speakerId": {
      "@id": "gladia:speakerId",
      "@type": "xsd:integer"
    },
    "wordTimestamps": {
      "@id": "gladia:wordTimestamps",
      "@type": "@id"
    },
    "summarization": {
      "@id": "gladia:summarization",
      "@type": "@id"
    },
    "translation": {
      "@id": "gladia:translation",
      "@type": "@id"
    },
    "piiRedaction": {
      "@id": "gladia:piiRedaction",
      "@type": "@id"
    },
    "contextPrompt": {
      "@id": "gladia:contextPrompt",
      "@type": "xsd:string"
    },
    "callback": {
      "@id": "gladia:callback",
      "@type": "xsd:anyURI"
    },
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "completedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "encoding": {
      "@id": "gladia:encoding",
      "@type": "xsd:string"
    },
    "sampleRate": {
      "@id": "gladia:sampleRate",
      "@type": "xsd:integer"
    },
    "endpointing": {
      "@id": "gladia:endpointing",
      "@type": "xsd:integer"
    },
    "codeSwitch": {
      "@id": "gladia:codeSwitching",
      "@type": "xsd:boolean"
    },
    "apiKey": {
      "@id": "gladia:xGladiaKey",
      "@type": "xsd:string"
    },
    "baseURL": {
      "@id": "schema:url",
      "@type": "xsd:anyURI"
    }
  }
}