Class SpatialAnalysisOperationEventBase

java.lang.Object
com.azure.media.videoanalyzer.edge.models.SpatialAnalysisOperationEventBase
Direct Known Subclasses:
SpatialAnalysisPersonCountEvent, SpatialAnalysisPersonDistanceEvent, SpatialAnalysisPersonLineCrossingEvent, SpatialAnalysisPersonZoneCrossingEvent

public class SpatialAnalysisOperationEventBase extends Object
Defines the Azure Cognitive Services Spatial Analysis operation eventing configuration.
  • Constructor Details

    • SpatialAnalysisOperationEventBase

      public SpatialAnalysisOperationEventBase()
  • Method Details

    • getThreshold

      public String getThreshold()
      Get the threshold property: The event threshold.
      Returns:
      the threshold value.
    • setThreshold

      public SpatialAnalysisOperationEventBase setThreshold(String threshold)
      Set the threshold property: The event threshold.
      Parameters:
      threshold - the threshold value to set.
      Returns:
      the SpatialAnalysisOperationEventBase object itself.
    • getFocus

      public SpatialAnalysisOperationFocus getFocus()
      Get the focus property: The operation focus type.
      Returns:
      the focus value.
    • setFocus

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