Skip to content

Commit 7156268

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

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
@@ -249,7 +249,7 @@ See an example of [Person Distance Operation](https://raw.githubusercontent.com/
249249
| `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. |
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. |
252-
| `aggregationMethod` | string | The method for aggregate persondistance result. The aggregationMethod is applicable to both mode and average. |
252+
| `aggregationMethod` | string | The method for aggregate `persondistance` result. The aggregationMethod is applicable to both mode and average. |
253253
| `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. |

0 commit comments

Comments
 (0)