Skip to content

Commit c557ff4

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ See an example of [Person Zone Crossing Operation](https://raw.githubusercontent
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. |
4141
| `threshold` | float | Events are egressed when the person is greater than this number of pixels inside the zone. The default value is 16. This is the recommended value to achieve maximum accuracy. |
42-
| `enableFaceMaskClassifier` | boolean | true to enable detecting people wearing face masks in the video stream, false to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
42+
| `enableFaceMaskClassifier` | boolean | **true** to enable detecting people wearing face masks in the video stream, **false** to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
4343
| `detectorNodeConfiguration` | string | The DETECTOR_NODE_CONFIG parameters for all Spatial Analysis operations. |
4444
| `trackerNodeConfiguration` | string | The TRACKER_NODE_CONFIG parameters for all Spatial Analysis operations. |
4545

@@ -181,7 +181,7 @@ See an example of [Person Line Crossing Operation](https://raw.githubusercontent
181181
| `outputFrequency` | int | The rate at which events are egressed. When outputFrequency = X, every X event is egressed, ex. outputFrequency = 2 means every other event is output. The outputFrequency is applicable to both event and interval. |
182182
| `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. |
183183
| `threshold` | float | Events are egressed when the person is greater than this number of pixels inside the zone. The default value is 16. This is the recommended value to achieve maximum accuracy. |
184-
| `enableFaceMaskClassifier` | boolean | true to enable detecting people wearing face masks in the video stream, false to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
184+
| `enableFaceMaskClassifier` | boolean | **true** to enable detecting people wearing face masks in the video stream, **false** to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
185185
| `detectorNodeConfiguration` | string | The DETECTOR_NODE_CONFIG parameters for all Spatial Analysis operations. |
186186
| `trackerNodeConfiguration` | string | The TRACKER_NODE_CONFIG parameters for all Spatial Analysis operations. |
187187
#### Output:
@@ -250,7 +250,7 @@ See an example of [Person Distance Operation](https://raw.githubusercontent.com/
250250
| `minimumDistanceThreshold` | float | A distance in feet that will trigger a "TooClose" event when people are less than that distance apart. |
251251
| `maximumDistanceThreshold` | float | A distance in feet that will trigger a "TooFar" event when people are greater than that distance apart. |
252252
| `aggregationMethod` | string | The method for aggregate `persondistance` result. The aggregationMethod is applicable to both mode and average. |
253-
| `enableFaceMaskClassifier` | boolean | true to enable detecting people wearing face masks in the video stream, false to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
253+
| `enableFaceMaskClassifier` | boolean | **true** to enable detecting people wearing face masks in the video stream, **false** to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
254254
| `detectorNodeConfiguration` | string | The DETECTOR_NODE_CONFIG parameters for all Spatial Analysis operations. |
255255
| `trackerNodeConfiguration` | string | The TRACKER_NODE_CONFIG parameters for all Spatial Analysis operations. |
256256
#### Output:
@@ -296,7 +296,7 @@ See an example of [Person Count Operation](https://raw.githubusercontent.com/Azu
296296
| `trigger` | string | The type of trigger for sending an event. Supported values are event for sending events when the count changes or interval for sending events periodically, irrespective of whether the count has changed or not. |
297297
| `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. |
298298
| `threshold` | float | Events are egressed when the person is greater than this number of pixels inside the zone. |
299-
| `enableFaceMaskClassifier` | boolean | true to enable detecting people wearing face masks in the video stream, false to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
299+
| `enableFaceMaskClassifier` | boolean | **true** to enable detecting people wearing face masks in the video stream, **false** to disable it. By default this is disabled. Face mask detection requires input video width parameter to be 1920 "INPUT_VIDEO_WIDTH": 1920. The face mask attribute will not be return. |
300300
| `detectorNodeConfiguration` | string | The DETECTOR_NODE_CONFIG parameters for all Spatial Analysis operations. |
301301
| `trackerNodeConfiguration` | string | The TRACKER_NODE_CONFIG parameters for all Spatial Analysis operations. |
302302
#### Output:

0 commit comments

Comments
 (0)