Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RealtimeContactAnalysisSegment

import type { RealtimeContactAnalysisSegment } from "https://aws-api.deno.dev/v0.3/services/connectcontactlens.ts?docs=full";

An analyzed segment for a real-time analysis session.

interface RealtimeContactAnalysisSegment {
Categories?: Categories | null;
Transcript?: Transcript | null;
}

§Properties

§
Categories?: Categories | null
[src]

The matched category rules.

§
Transcript?: Transcript | null
[src]

The analyzed transcript.