Skip to main content

Interface: SemanticViewData

Defined in: src/context/shared/SemanticTypes.ts:14

Properties

inFrame

inFrame: boolean

Defined in: src/context/shared/SemanticTypes.ts:16


inLineOfSight

inLineOfSight: boolean

Defined in: src/context/shared/SemanticTypes.ts:17


rendered

rendered: boolean

Defined in: src/context/shared/SemanticTypes.ts:15


x?

optional x: number

Defined in: src/context/shared/SemanticTypes.ts:22

Normalized horizontal screen coordinate: 0 at the left edge, 1 at the right edge.


y?

optional y: number

Defined in: src/context/shared/SemanticTypes.ts:27

Normalized vertical screen coordinate: 0 at the top edge, 1 at the bottom edge. This matches detector 2D bounding-box conventions.