Factset · Schema

NRT-Speakerids

Speaker metadata and the cosine scores(confidence scores ) generated for an active call are returned.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data array
meta object
View JSON Schema on GitHub

JSON Schema

factset-documents-distributor-callstreet-events-nrt-speakerids-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NRT-Speakerids",
  "type": "object",
  "description": "Speaker metadata and the cosine scores(confidence scores ) generated for an active  call are returned.",
  "properties": {
    "data": {
      "type": "array"
    },
    "meta": {
      "type": "object"
    }
  }
}