XML_RegionEntrance

RegionEntrance message in XML format

<RegionEntrance version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <id><!--req, xs: string--></id>
  <enabled><!--req, xs: boolean--></enabled>
  <normalizedScreenSize><!--req, ro-->
    <normalizedScreenWidth><!--req, read-only, xs: integer--></normalizedScreenWidth>
    <normalizedScreenHeight><!--req, read-only, xs: integer--></normalizedScreenHeight>
  </normalizedScreenSize>
  <RegionEntranceRegionList/><!--opt, refer to the message XML_RegionEntranceRegionList for details-->
  <mutexAbility opt="PDC"/><!--opt, read-only, xs: string, "PDC"-people counting statistics, which is not supported during region entrance detection-->
  <isSupportMultiScene><!--opt, xs: boolen, whether supports multiple scenes detection--></isSupportMultiScene>
  <humanMisinfoFilterEnabled><!--opt, xs: boolean, "true,false", whether to enable false human body alarm prevention--></humanMisinfoFilterEnabled>
  <vehicleMisinfoFilterEnabled><!--opt, xs: boolean, "true,false", whether to enable false vehicle alarm prevention--></vehicleMisinfoFilterEnabled>
</RegionEntrance>