Webex · Schema

TranscriptMulti

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
Source string Source of the transcription
Provider string Provider of the generated transcription
id string Voice Channel Transcript: Ccai ConfigId, Digital Channel Transcript: Conversation Id
fileName string The file name of the transcript.
filePath string Capture download url. Please refer [Transcript Details Guide](/docs/digital-transcript-json-details) for more details.
startTime string Begin time of capture(epoch timestamp)
languageCode string Language of the transcript
createTime string Create time of capture(epoch timestamp)
View JSON Schema on GitHub

JSON Schema

webex-transcriptmulti-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TranscriptMulti",
  "title": "TranscriptMulti",
  "type": "object",
  "properties": {
    "Source": {
      "type": "string",
      "description": "Source of the transcription",
      "example": "recording|chat|sms etc."
    },
    "Provider": {
      "type": "string",
      "description": "Provider of the generated transcription",
      "example": "CISCO"
    },
    "id": {
      "type": "string",
      "description": "Voice Channel Transcript: Ccai ConfigId, Digital Channel Transcript: Conversation Id",
      "example": "cfg-id-101|CSRKT4K37D9OM2567"
    },
    "fileName": {
      "type": "string",
      "description": "The file name of the transcript.",
      "example": "voiceTranscript.json|emailTranscript.json|facebookTranscript.json etc."
    },
    "filePath": {
      "type": "string",
      "description": "Capture download url. Please refer [Transcript Details Guide](/docs/digital-transcript-json-details) for more details.",
      "example": "https://cjp-ccone-devus1-media-storage-recording.s3.amazonaws.com/9e4895c9-787b-4615-b15f-f1b3b12c3091/"
    },
    "startTime": {
      "type": "string",
      "description": "Begin time of capture(epoch timestamp)",
      "example": "1617373126000"
    },
    "languageCode": {
      "type": "string",
      "description": "Language of the transcript",
      "example": "en-US"
    },
    "createTime": {
      "type": "string",
      "description": "Create time of capture(epoch timestamp)",
      "example": "1617373126000"
    }
  }
}