Skip to main content

ResQ.Core.ResQExtensions

ResQExtensions.IsCritical(this Detection) Method

Determines if a detection is critical and requires immediate action.
public static bool IsCritical(this ResQ.Core.Detection detection);

Parameters

detection Detection The detection to evaluate.

Returns

System.Boolean
True if the detection is critical.

Remarks

A detection is considered critical if it has high confidence (>= 0.85) and is of a critical type (Fire, Person, or Flood).