Skip to content

Interface: ImageExtractedEntityDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / ImageExtraction / ImageExtractedEntityDto

Interface: ImageExtractedEntityDto

Defined in: src/types/image-extraction.ts:6

An entity extracted from a visual element in an image.

Properties

confidence

confidence: number

Defined in: src/types/image-extraction.ts:8

Confidence score (0.0-1.0).


features

features: Record<string, unknown>

Defined in: src/types/image-extraction.ts:10

Features extracted for this entity (key to value).


localId

localId: string

Defined in: src/types/image-extraction.ts:12

Local ID within the extraction (e.g., “e1”, “e2”).


mentions

mentions: string[]

Defined in: src/types/image-extraction.ts:14

Text mentions/labels found in the image for this entity.


sort

sort: string

Defined in: src/types/image-extraction.ts:16

Sort name (type) assigned to this entity.