Share via


DetectorInfo Class

Definition

Definition of Detector

public class DetectorInfo
type DetectorInfo = class
Public Class DetectorInfo
Inheritance
DetectorInfo

Constructors

DetectorInfo()

Initializes a new instance of the DetectorInfo class.

DetectorInfo(String, String, String, String, String, IList<SupportTopic>, IList<String>, Nullable<DetectorType>, Nullable<Double>)

Initializes a new instance of the DetectorInfo class.

Properties

AnalysisType

Gets analysis Types for which this detector should apply to.

Author

Gets author of the detector.

Category

Gets problem category. This serves for organizing group for detectors.

Description

Gets short description of the detector and its purpose.

Id

Gets id of detector

Name

Gets name of detector

Score

Gets defines score of a detector to power ML based matching.

SupportTopicList

Gets list of Support Topics for which this detector is enabled.

Type

Gets whether this detector is an Analysis Detector or not. Possible values include: 'Detector', 'Analysis', 'CategoryOverview'

Applies to