Skip to content

@camera.ui/sdk / camera / EventAttribute

Interface: EventAttribute

Defined in: camera/events.ts:76

Unified attribute within a segment (face identity, license plate, classifier result).

Properties

confidence?

optional confidence?: number

Defined in: camera/events.ts:82

Detection confidence (0-1).


label

label: string

Defined in: camera/events.ts:80

Identity name, plate text, or classification label.


type

type: string

Defined in: camera/events.ts:78

Attribute type ('face', 'license_plate', or classifier-specific like 'bird').