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

ChildBlock

import type { ChildBlock } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";

Nested block contained within a block.

interface ChildBlock {
BeginOffset?: number | null;
ChildBlockId?: string | null;
EndOffset?: number | null;
}

§Properties

§
BeginOffset?: number | null
[src]

Offset of the start of the child block within its parent block.

§
ChildBlockId?: string | null
[src]

Unique identifier for the child block.

§
EndOffset?: number | null
[src]

Offset of the end of the child block within its parent block.