Skip to main content

Classification types

warning

The Analytics Data Format (ADF) is currently being developed and has not yet reached a stable release. All data structures are subject to change.

ADF defines a set of object classifications and properties associated with the classification.

Base type: Object classifications

ObjectClassification is an abstraction for the following types:

Bike

PropertyTypeRequiredNote
typeStringYesValue: Bike
scoreFloatYes

Bus

PropertyTypeRequiredNote
typeStringYesValue: Bus
scoreFloatYes
colorsArray of ColorNo

Car

PropertyTypeRequiredNote
typeStringYesValue: Car
scoreFloatYes
colorsArray of ColorNo

Face

PropertyTypeRequiredNote
typeStringYesValue: Face
scoreFloatYes

Human

PropertyTypeRequiredNote
typeStringYesValue: Human
scoreFloatYes
upper_clothing_colorsArray of ColorNo
lower_clothing_colorsArray of ColorNo

LicensePlate

PropertyTypeRequiredNote
typeStringYesValue: LicensePlate
scoreFloatYes
country_codeStringNo
plate_numberStringNo

Truck

PropertyTypeRequiredNote
typeStringYesValue: Truck
scoreFloatYes
colorsArray of ColorNo

Vehicle

PropertyTypeRequiredNote
typeStringYesValue: Vehicle
scoreFloatYes
colorsArray of ColorNo