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

CharacterOffsets

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

For characters that were detected as issues, where they occur in the transcript.

interface CharacterOffsets {
BeginOffsetChar: number;
EndOffsetChar: number;
}

§Properties

§
BeginOffsetChar: number
[src]

The beginning of the issue.

§
EndOffsetChar: number
[src]

The end of the issue.