XML_RegionExitingParam

XML message about rule parameters of region exiting detection

<RegionExitingParam><!--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>
</RegionExitingParam>