BrainEngine AI
  • Welcome
  • Quick Start
    • Introduction
    • Platform Configuration
    • Validate Connectivity
    • Configure Redaction
    • Update Configuration
    • Advanced Redaction
  • Concepts
    • What is Conversational Redaction?
    • Redaction Strategy
    • Understanding Redaction
    • Navigating Utterances
      • Walk through
    • Redaction Techniques
      • Behavior
      • Confidence
      • Mask Types
        • Basic
        • Placeholder
        • Random
        • Truncate
        • Anonymization
      • Redaction Options
    • Insights
      • Insights
      • Query Syntax
      • Advance Processing
      • Simulated Pause & Resume
      • Real-Time Alerts
      • Agent Ignore
      • Offsets
      • Redaction Options
  • Features
    • Overview
    • Entities
      • PII
        • Name
        • Occupation
        • Phone Number
        • Organization
        • Address
        • Email
        • Location
        • Url
        • IP Address
        • Date
        • Age
        • Social Security Number
        • Drivers License
        • Passport
        • Id
        • Money
        • Time
        • User Name
        • Password
      • PHI
        • Medical Condition
        • Medication
        • Family Relation
        • Treatment
        • Examination
        • Anatomy
        • Medical Other
        • Demographic
        • Medical Event
      • PCI
        • Credit Card
        • Credit Card CVV
        • Credit Card Expiry
        • Routing Number
        • Bank Account
      • Custom
        • Dictionary
        • Identifier
        • Custom NER
    • Summarization
    • Sentiment Analysis
    • Topic Extraction
    • Profanity Filtering
  • Configuration
    • Project Configuration
    • Redaction Configuration
    • Samples
      • Configurations
      • Calls
  • Integration
    • V-Blaze
    • V-Spark
    • Analytics
      • Embedded
      • Callback
  • API Guide
    • Overview
      • Errors
      • Getting Help
    • Endpoints
      • ASR
        • Transcribe
        • Maxstreamscheck
        • Languages
        • Models
        • Params
        • Stats
        • Status
        • Sysinfo
        • Statusfull
      • Live
        • Callback
        • Listen
      • Redaction
        • Types
        • Validate
      • System
        • Initialize
        • Set parameter
        • Get parameter
        • Cache
          • List
          • Real time
          • Post call
          • Version 2
            • Publish
            • List
        • Get Settings
      • Status
        • Health
        • Webhooks
  • Deployment
    • Overview
    • Virtual Appliance
      • BrainEngine AMIs
        • Finding AMIs
        • Launching AMIs
        • Connecting to an Instance
        • SSL Configuration
        • Networking (optional)
    • Containers
      • Details
      • Deployment
    • Environment Parameters
    • Logging
  • Support
    • Release Notes
Powered by GitBook
On this page
  1. Integration
  2. Analytics

Embedded

When the analytics parameter is set to embedded the transcript will include the analytics data under the analytics field.

{
  "asr": "7.4.0-4",
  "confidence": 0.86,
  "donedate": "2023-07-05 23:35:29.345806",
  "utterances": [
    {
    }
  ],
  "license": "ASRUse-voci_ops_nonprod-e67e86e4ee40",
  "ended": "2023-07-05 23:35:29.348739",
  "started": "2023-07-05 23:35:26.025793",
  "model": [
    "eng-us:callcenter"
  ],
  "recvdate": "2023-07-05 23:35:26.296151",
  "nsubs": 1,
  "analytics": {
    "status": "completed",
    "sid": "collections",
    "insights": [
      {
        "name": "Social Security Number",
        "speaker": "Agent",
        "timestamp": 21.46,
        "label": "[SSN]",
        "audio_redacted": false,
        "text_redacted": false,
        "response": true,
        "response_label": "[SSN]",
        "response_timestamp": 24.43,
        "response_audio_redacted": true,
        "response_text_redacted": true,
        "compliance_violation": false,
        "group": "Account Verification"
      },
      {
        "name": "Email",
        "speaker": "Client",
        "timestamp": 186.39,
        "label": "|Email|",
        "type": "PII",
        "custom": false,
        "audio_redacted": true,
        "text_redacted": true,
        "response": false,
        "compliance_violation": false,
        "group": "Account Verification"
      }
    ],
    "entities": [
      {
        "type": "USSocialSecurityNumber",
        "label": "[SSN]",
        "start": 24.43,
        "end": 25.63,
        "redacted": true
      },
      {
        "type": "Email",
        "label": "[EMAIL]",
        "start": 186.39,
        "end": 186.83,
        "redacted": true
      }
    ]
  }
js
PreviousAnalyticsNextCallback

Last updated 1 year ago