Share via


DetectorDefinitionOutput interface

Class representing detector definition

Properties

description

Description of the detector

displayName

Display name of the detector

isEnabled

Flag representing whether detector is enabled or not.

rank

Detector Rank

Property Details

description

Description of the detector

description?: string

Property Value

string

displayName

Display name of the detector

displayName?: string

Property Value

string

isEnabled

Flag representing whether detector is enabled or not.

isEnabled?: boolean

Property Value

boolean

rank

Detector Rank

rank?: number

Property Value

number