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

PointOfInterest

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

The section of the contact audio where that category rule was detected.

interface PointOfInterest {
BeginOffsetMillis: number;
EndOffsetMillis: number;
}

§Properties

§
BeginOffsetMillis: number
[src]

The beginning offset in milliseconds where the category rule was detected.

§
EndOffsetMillis: number
[src]

The ending offset in milliseconds where the category rule was detected.