ASR JSON schema

Refer to V‑Blaze transcription parameters for more information on the stream tagsused to generate the elements that appear in these sections.

Tip: Check the warning tag in the JSON output to see if there were any issues with the transcription.
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$anchor": "Voci-JSON-Schema",
  "type": "object",
  "properties": {
    "sentiment": {
      "title": "sentiment",
      "type": "string",
      "examples": [
        "Negative"
      ]
    },
    "asr": {
      "title": "asr",
      "type": "string",
      "examples": [
        "7.3.0-1"
      ]
    },
    "chaninfo": {
      "title": "chaninfo",
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "emotion": {
            "title": "emotion",
            "type": "string",
            "examples": [
              "Improving"
            ]
          },
          "agentscore": {
            "title": "agentscore",
            "type": "number",
            "examples": [
              0.38
            ]
          },
          "textinfo": {
            "title": "textinfo",
            "type": "object",
            "properties": {
              "overtalk": {
                "title": "overtalk",
                "type": "object",
                "properties": {
                  "avgtime": {
                    "title": "avgtime",
                    "type": "number",
                    "examples": [
                      0.48
                    ]
                  },
                  "count": {
                    "title": "count",
                    "type": "array",
                    "items": {
                      "type": "number",
                      "examples": [
                        1
                      ]
                    }
                  },
                  "time": {
                    "title": "time",
                    "type": "array",
                    "items": {
                      "type": "number",
                      "examples": [
                        0.48
                      ]
                    }
                  }
                },
                "additionalProperties": true,
                "required": [
                  "avgtime",
                  "count",
                  "time"
                ]
              },
              "wordtime": {
                "title": "wordtime",
                "type": "array",
                "items": {
                  "type": "number",
                  "examples": [
                    38.04
                  ]
                }
              },
              "words": {
                "title": "words",
                "type": "number",
                "examples": [
                  175
                ]
              },
              "silence": {
                "title": "silence",
                "type": "array",
                "items": {
                  "type": "number",
                  "examples": [
                    40.44
                  ]
                }
              },
              "turns": {
                "title": "turns",
                "type": "number",
                "examples": [
                  7
                ]
              }
            },
            "additionalProperties": true,
            "required": [
              "overtalk",
              "wordtime",
              "words",
              "silence",
              "turns"
            ]
          }
        },
        "additionalProperties": true,
        "required": [
          "emotion",
          "agentscore",
          "textinfo"
        ]
      }
    },
    "utterances": {
      "title": "utterances",
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "sentiment": {
            "title": "sentiment",
            "type": "string",
            "examples": [
              "Negative"
            ]
          },
          "metadata": {
            "title": "metadata",
            "type": "object",
            "properties": {
              "substinfo": {
                "title": "substinfo",
                "type": "object",
                "properties": {
                  "subs": {
                    "title": "subs",
                    "type": "array",
                    "items": {
                      "type": "array",
                      "items": {
                        "anyOf": [
                          {
                            "type": "number",
                            "examples": [
                              3.83
                            ]
                          },
                          {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "sub": {
                                  "title": "sub",
                                  "type": "string",
                                  "examples": [
                                    "yeah => yes"
                                  ]
                                },
                                "start": {
                                  "title": "start",
                                  "type": "number",
                                  "examples": [
                                    3.83
                                  ]
                                },
                                "rule": {
                                  "title": "rule",
                                  "type": "string",
                                  "examples": [
                                    "0"
                                  ]
                                },
                                "end": {
                                  "title": "end",
                                  "type": "number",
                                  "examples": [
                                    4.13
                                  ]
                                },
                                "source": {
                                  "title": "source",
                                  "type": "string",
                                  "examples": [
                                    "subst_rules"
                                  ]
                                }
                              },
                              "additionalProperties": true,
                              "required": [
                                "sub",
                                "start",
                                "rule",
                                "end",
                                "source"
                              ]
                            }
                          }
                        ]
                      }
                    }
                  },
                  "nsubs": {
                    "title": "nsubs",
                    "type": "number",
                    "examples": [
                      3
                    ]
                  }
                },
                "additionalProperties": true,
                "required": [
                  "subs",
                  "nsubs"
                ]
              },
              "nsubs": {
                "title": "nsubs",
                "type": "number",
                "examples": [
                  1
                ]
              },
              "uttid": {
                "title": "uttid",
                "type": "number",
                "examples": [
                  0
                ]
              },
              "channel": {
                "title": "channel",
                "type": "number",
                "examples": [
                  0
                ]
              },
              "model": {
                "title": "model",
                "type": "string",
                "examples": [
                  "eng1:callcenter"
                ]
              },
              "source": {
                "title": "source",
                "type": "string",
                "examples": [
                  "shorter-2.wav"
                ]
              }
            },
            "additionalProperties": true,
            "required": [
              "uttid",
              "channel",
              "model",
              "source"
            ]
          },
          "gender": {
            "title": "gender",
            "type": "string",
            "examples": [
              "female"
            ]
          },
          "rawemotion": {
            "title": "rawemotion",
            "type": "string",
            "examples": [
              "ANGRY"
            ]
          },
          "confidence": {
            "title": "confidence",
            "type": "number",
            "examples": [
              0.86
            ]
          },
          "start": {
            "title": "start",
            "type": "number",
            "examples": [
              0.41
            ]
          },
          "recvtz": {
            "title": "recvtz",
            "type": "array",
            "items": {
              "anyOf": [
                {
                  "type": "string",
                  "examples": [
                    "EST"
                  ]
                },
                {
                  "type": "number",
                  "examples": [
                    -18000
                  ]
                }
              ]
            }
          },
          "donedate": {
            "title": "donedate",
            "type": "string",
            "examples": [
              "2021-11-12 11:28:41.764226"
            ]
          },
          "recvdate": {
            "title": "recvdate",
            "type": "string",
            "examples": [
              "2021-11-12 11:28:33.118784"
            ]
          },
          "emotion": {
            "title": "emotion",
            "type": "string",
            "examples": [
              "Negative"
            ]
          },
          "sentimentex": {
            "title": "sentimentex",
            "type": "array",
            "items": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "type": "number",
                    "examples": [
                      0
                    ]
                  },
                  {
                    "type": "array",
                    "items": {
                      "anyOf": [
                        {
                          "type": "string",
                          "examples": [
                            "-"
                          ]
                        },
                        {
                          "type": "array",
                          "items": {
                            "type": "number",
                            "examples": [
                              7
                            ]
                          }
                        },
                        {
                          "type": "number",
                          "examples": [
                            1
                          ]
                        }
                      ]
                    }
                  }
                ]
              }
            }
          },
          "musicinfo": {
            "title": "musicinfo",
            "type": "object",
            "properties": {
              "score": {
                "title": "score",
                "type": "number",
                "examples": [
                  -0.8
                ]
              },
              "used": {
                "title": "used",
                "type": "number",
                "examples": [
                  12.67
                ]
              }
            },
            "additionalProperties": true,
            "required": [
              "score",
              "used"
            ]
          },
          "end": {
            "title": "end",
            "type": "number",
            "examples": [
              20.21
            ]
          },
          "events": {
            "title": "events",
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "confidence": {
                  "title": "confidence",
                  "type": "number",
                  "examples": [
                    0.86
                  ]
                },
                "start": {
                  "title": "start",
                  "type": "number",
                  "examples": [
                    0.41
                  ]
                },
                "end": {
                  "title": "end",
                  "type": "number",
                  "examples": [
                    0.68
                  ]
                },
                "word": {
                  "title": "word",
                  "type": "string",
                  "examples": [
                    "So"
                  ]
                },
                "wordex": {
                  "title": "wordex",
                  "type": "string",
                  "examples": [
                    "for(4)"
                  ]
                }
              },
              "additionalProperties": true,
              "required": [
                "confidence",
                "start",
                "end",
                "word"
              ]
            }
          }
        },
        "additionalProperties": true,
        "required": [
          "metadata",
          "gender",
          "rawemotion",
          "confidence",
          "start",
          "recvtz",
          "donedate",
          "recvdate",
          "emotion",
          "musicinfo",
          "end",
          "events"
        ]
      }
    },
    "nsubs": {
      "title": "nsubs",
      "type": "number",
      "examples": [
        2
      ]
    },
    "confidence": {
      "title": "confidence",
      "type": "number",
      "examples": [
        0.84
      ]
    },
    "recvtz": {
      "title": "recvtz",
      "type": "array",
      "items": {
        "anyOf": [
          {
            "type": "string",
            "examples": [
              "EST"
            ]
          },
          {
            "type": "number",
            "examples": [
              -18000
            ]
          }
        ]
      }
    },
    "started": {
      "title": "started",
      "type": "string",
      "examples": [
        "2021-11-12 11:28:28.936322"
      ]
    },
    "source": {
      "title": "source",
      "type": "string",
      "examples": [
        "shorter-2.wav"
      ]
    },
    "donedate": {
      "title": "donedate",
      "type": "string",
      "examples": [
        "2021-11-12 11:28:41.802605"
      ]
    },
    "textinfo": {
      "title": "textinfo",
      "type": "object",
      "properties": {
        "overtalk": {
          "title": "overtalk",
          "type": "object",
          "properties": {
            "avgtime": {
              "title": "avgtime",
              "type": "number",
              "examples": [
                0.87
              ]
            },
            "count": {
              "title": "count",
              "type": "array",
              "items": {
                "type": "number",
                "examples": [
                  2
                ]
              }
            },
            "time": {
              "title": "time",
              "type": "array",
              "items": {
                "type": "number",
                "examples": [
                  1.74
                ]
              }
            }
          },
          "additionalProperties": true,
          "required": [
            "avgtime",
            "count",
            "time"
          ]
        },
        "wordtime": {
          "title": "wordtime",
          "type": "array",
          "items": {
            "type": "number",
            "examples": [
              51.36
            ]
          }
        },
        "words": {
          "title": "words",
          "type": "number",
          "examples": [
            241
          ]
        },
        "silence": {
          "title": "silence",
          "type": "array",
          "items": {
            "type": "number",
            "examples": [
              27.12
            ]
          }
        },
        "turns": {
          "title": "turns",
          "type": "number",
          "examples": [
            13
          ]
        }
      },
      "additionalProperties": true,
      "required": [
        "overtalk",
        "wordtime",
        "words",
        "silence",
        "turns"
      ]
    },
    "recvdate": {
      "title": "recvdate",
      "type": "string",
      "examples": [
        "2021-11-12 11:28:33.118784"
      ]
    },
    "streamtags": {
      "title": "streamtags",
      "type": "object",
      "properties": {
        "agentid": {
          "title": "agentid",
          "type": "boolean",
          "examples": [
            true
          ]
        },
        "emotion": {
          "title": "emotion",
          "type": "string",
          "examples": [
            "xa"
          ]
        },
        "music": {
          "title": "music",
          "type": "string",
          "examples": [
            "info"
          ]
        },
        "gender": {
          "title": "gender",
          "type": "boolean",
          "examples": [
            true
          ]
        },
        "substinfo": {
          "title": "substinfo",
          "type": "boolean",
          "examples": [
            true
          ]
        },
        "rawemotion": {
          "title": "rawemotion",
          "type": "boolean",
          "examples": [
            true
          ]
        },
        "nsubs": {
          "title": "nsubs",
          "type": "string",
          "examples": [
            "true"
          ]
        },
        "lid": {
          "title": "lid",
          "type": "boolean",
          "examples": [
            true
          ]
        },
        "scrubtext": {
          "title": "scrubtext",
          "type": "boolean",
          "examples": [
            true
          ]
        },
        "datahdr": {
          "title": "datahdr",
          "type": "string",
          "examples": [
            "WAVE"
          ]
        },
        "subst_rules": {
          "title": "subst_rules",
          "type": "string",
          "examples": [
            "<10 chars>"
          ]
        }
      },
      "additionalProperties": true,
      "required": [
        "agentid",
        "emotion",
        "music",
        "gender",
        "substinfo",
        "rawemotion",
        "nsubs",
        "lid",
        "scrubtext",
        "datahdr",
        "subst_rules"
      ]
    },
    "sentiment_scores": {
      "title": "sentiment_scores",
      "type": "array",
      "items": {
        "type": "number",
        "examples": [
          0
        ]
      }
    },
    "license": {
      "title": "license",
      "type": "string",
      "examples": [
        "string"
      ]
    },
    "emotion": {
      "title": "emotion",
      "type": "string",
      "examples": [
        "Improving"
      ]
    },
    "substinfo": {
      "title": "substinfo",
      "type": "object",
      "properties": {
        "nsubs": {
          "title": "nsubs",
          "type": "number",
          "examples": [
            4
          ]
        },
        "counts": {
          "title": "counts",
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "anyOf": [
                {
                  "type": "number",
                  "examples": [
                    2
                  ]
                },
                {
                  "type": "object",
                  "properties": {
                    "yeah => yes": {
                      "title": "yeah => yes",
                      "type": "number",
                      "examples": [
                        2
                      ]
                    },
                    "last 4 or => last four or": {
                      "title": "last 4 or => last four or",
                      "type": "number",
                      "examples": [
                        1
                      ]
                    },
                    "four => 4": {
                      "title": "four => 4",
                      "type": "number",
                      "examples": [
                        1
                      ]
                    }
                  },
                  "additionalProperties": true
                },
                {
                  "type": "string",
                  "examples": [
                    "subst_rules"
                  ]
                }
              ]
            }
          }
        }
      },
      "additionalProperties": true,
      "required": [
        "nsubs",
        "counts"
      ]
    },
    "lidinfo": {
      "title": "lidinfo",
      "type": "object",
      "properties": {
        "speech": {
          "title": "speech",
          "type": "number",
          "examples": [
            12.67
          ]
        },
        "conf": {
          "title": "conf",
          "type": "number",
          "examples": [
            1
          ]
        },
        "lang": {
          "title": "lang",
          "type": "string",
          "examples": [
            "eng"
          ]
        }
      },
      "additionalProperties": true,
      "required": [
        "speech",
        "conf",
        "lang"
      ]
    },
    "nchannels": {
      "title": "nchannels",
      "type": "number",
      "examples": [
        2
      ]
    },
    "requestid": {
      "title": "requestid",
      "type": "string",
      "examples": [
        "216900-1636734506.740-172.27.104.162-230-59612"
      ]
    },
    "ended": {
      "title": "ended",
      "type": "string",
      "examples": [
        "2021-11-12 11:28:41.808140"
      ]
    },
    "model": {
      "title": "model",
      "type": "string",
      "examples": [
        "eng1:callcenter"
      ]
    },
    "audiosecs": {
      "title": "audiosecs",
      "type": "number",
      "examples": [
        78.48
      ]
    }
  },
  "additionalProperties": true,
  "required": [
    "sentiment",
    "asr",
    "chaninfo",
    "utterances",
    "nsubs",
    "confidence",
    "recvtz",
    "started",
    "source",
    "donedate",
    "textinfo",
    "recvdate",
    "streamtags",
    "sentiment_scores",
    "license",
    "emotion",
    "substinfo",
    "lidinfo",
    "nchannels",
    "requestid",
    "ended",
    "model",
    "audiosecs"
  ]
}