Skip to content

Commit 17e98bf

Browse files
authored
Update spatial-analysis-operations.md
1 parent c557ff4 commit 17e98bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-video-analyzer/video-analyzer-docs/spatial-analysis-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ See an example of [Person Zone Crossing Operation](https://raw.githubusercontent
3434
| ------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3535
| `zones` | list | List of zones. |
3636
| `name` | string | Friendly name for this zone. |
37-
| `polygon` | string | Each value pair represents the x,y for vertices of polygon. The polygon represents the areas in which people are tracked or counted. The float values represent the position of the vertex relative to the top-left corner. To calculate the absolute x, y values, you multiply these values with the frame size. threshold float Events are egressed when the person is greater than this number of pixels inside the zone. The default value is 48 when type is `zonecrossing` and 16 when time is `DwellTime`. These are the recommended values to achieve maximum accuracy. |
37+
| `polygon` | string | Each value pair represents the x,y for vertices of polygon. The polygon represents the areas in which people are tracked or counted. The float values represent the position of the vertex relative to the top-left corner. To calculate the absolute x, y values, you multiply these values with the frame size. `threshold` float events are egressed when the person is greater than this number of pixels inside the zone. The default value is 48 when type is `zonecrossing` and 16 when time is `DwellTime`. These are the recommended values to achieve maximum accuracy. |
3838
| `eventType` | string | For cognitiveservices.vision.spatialanalysis-personcrossingpolygon this should be `zonecrossing` or `zonedwelltime`. |
3939
| `trigger` | string | The type of trigger for sending an event. Supported Values: "event": fire when someone enters or exits the zone. |
4040
| `focus` | string | The point location within person's bounding box used to calculate events. Focus's value can be footprint (the footprint of person), bottom_center (the bottom center of person's bounding box), center (the center of person's bounding box). The default value is footprint. |

0 commit comments

Comments
 (0)