XML_RegionEntranceParam

XML message about rule parameters of region entrance detection

<RegionEntranceParam> <!--dep-->
  <detectionTarget opt="all,human,vehicle,human_vehicle"/>
    <!—detection target, node with underline indicates that it supports multiple selections, e.g., human_vehicle indicates human and vehicle-->
  <humanMisinfoFilterEnabled>
    <!--opt, xs:boolean,"true,false", whether enables false alarm filter of human-->
  </humanMisinfoFilterEnabled>
  <vehicleMisinfoFilterEnabled>
    <!-- opt, xs:boolean,"true,false", whether enables false alarm filter of vehicle-->
  </vehicleMisinfoFilterEnabled>
</RegionEntranceParam>