Class SpatialAnalysisPersonDistanceEvent

java.lang.Object
com.azure.media.videoanalyzer.edge.models.SpatialAnalysisOperationEventBase
com.azure.media.videoanalyzer.edge.models.SpatialAnalysisPersonDistanceEvent

public final class SpatialAnalysisPersonDistanceEvent extends SpatialAnalysisOperationEventBase
Defines a Spatial Analysis person distance operation eventing configuration.
  • Constructor Details

    • SpatialAnalysisPersonDistanceEvent

      public SpatialAnalysisPersonDistanceEvent()
  • Method Details

    • getTrigger

      Get the trigger property: The event trigger type.
      Returns:
      the trigger value.
    • setTrigger

      Set the trigger property: The event trigger type.
      Parameters:
      trigger - the trigger value to set.
      Returns:
      the SpatialAnalysisPersonDistanceEvent object itself.
    • getOutputFrequency

      public String getOutputFrequency()
      Get the outputFrequency property: The event or interval output frequency.
      Returns:
      the outputFrequency value.
    • setOutputFrequency

      public SpatialAnalysisPersonDistanceEvent setOutputFrequency(String outputFrequency)
      Set the outputFrequency property: The event or interval output frequency.
      Parameters:
      outputFrequency - the outputFrequency value to set.
      Returns:
      the SpatialAnalysisPersonDistanceEvent object itself.
    • getMinimumDistanceThreshold

      public String getMinimumDistanceThreshold()
      Get the minimumDistanceThreshold property: The minimum distance threshold.
      Returns:
      the minimumDistanceThreshold value.
    • setMinimumDistanceThreshold

      public SpatialAnalysisPersonDistanceEvent setMinimumDistanceThreshold(String minimumDistanceThreshold)
      Set the minimumDistanceThreshold property: The minimum distance threshold.
      Parameters:
      minimumDistanceThreshold - the minimumDistanceThreshold value to set.
      Returns:
      the SpatialAnalysisPersonDistanceEvent object itself.
    • getMaximumDistanceThreshold

      public String getMaximumDistanceThreshold()
      Get the maximumDistanceThreshold property: The maximum distance threshold.
      Returns:
      the maximumDistanceThreshold value.
    • setMaximumDistanceThreshold

      public SpatialAnalysisPersonDistanceEvent setMaximumDistanceThreshold(String maximumDistanceThreshold)
      Set the maximumDistanceThreshold property: The maximum distance threshold.
      Parameters:
      maximumDistanceThreshold - the maximumDistanceThreshold value to set.
      Returns:
      the SpatialAnalysisPersonDistanceEvent object itself.
    • setThreshold

      public SpatialAnalysisPersonDistanceEvent setThreshold(String threshold)
      Set the threshold property: The event threshold.
      Overrides:
      setThreshold in class SpatialAnalysisOperationEventBase
      Parameters:
      threshold - the threshold value to set.
      Returns:
      the SpatialAnalysisOperationEventBase object itself.
    • setFocus

      Set the focus property: The operation focus type.
      Overrides:
      setFocus in class SpatialAnalysisOperationEventBase
      Parameters:
      focus - the focus value to set.
      Returns:
      the SpatialAnalysisOperationEventBase object itself.