interface PointDetectParameter {
    ConfigGroupType?: RegisterGroupTypeEnum;
    DetectType?: DetectPointTypeEnum;
    DetectTypeValue?: number;
    IsNeedConfigRegister?: boolean;
    IsUseThreshold?: boolean;
    TheTallyMode?: number;
    Threshold?: ThresholdTypeEnum;
    ThresholdGradeCount?: number;
}

Hierarchy

Properties

ConfigGroupType?: RegisterGroupTypeEnum
DetectType?: DetectPointTypeEnum
DetectTypeValue?: number = common.Int32
IsNeedConfigRegister?: boolean = common.Bool
IsUseThreshold?: boolean = common.Bool
TheTallyMode?: number = common.UInt8
Threshold?: ThresholdTypeEnum
ThresholdGradeCount?: number = common.Int32