XML message about parameters of a region entrance detection region by channel
<RegionEntranceRegion version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
<id><!--required, xs:string--></id>
<sensitivityLevel>
<!--optional, xs: integer, which is between 1and 100, 0-the sensitive is lowest-->
</sensitivityLevel>
<RegionCoordinatesList size="10"><!--optional, if size is not returned, the default number of nodes is 4-->
<RegionCoordinates><!--optional-->
<positionX><!--required, xs:integer;coordinate--></positionX>
<positionY><!--required, xs:integer;coordinate --></positionY>
</RegionCoordinates>
</RegionCoordinatesList>
<detectionTarget><!--optional, xs: string, detection target type: "all", "human", "vehicle", "others"-detection targets except human bodies and vehicles. The value "all" is mutually exclusive with "others"--></detectionTarget>
<humanMisinfoFilterEnabled><!--optional, xs:boolean, "true,false", whether to enable false alarm reduction of human body--></humanMisinfoFilterEnabled>
<vehicleMisinfoFilterEnabled><!--optional, xs:boolean, "true,false", whether to enable false alarm reduction of vehicle--></vehicleMisinfoFilterEnabled>
<priority><!--optional, xs:string, priority: "low,middle,high"--></priority>
<alarmConfidence><!--optional, xs:string, confidence of alarm notification: "low", "mediumLow", "mediumHigh", "high", "low"--></alarmConfidence>
<recordConfidence><!--optional, xs:string, confidence of recording video: "low", "mediumLow", "mediumHigh", "high", "low"--></recordConfidence>
</RegionEntranceRegion>