com.supermap.ai

Interface AIDetectView.DetectListener

  • Enclosing class:
    AIDetectView


    public static interface AIDetectView.DetectListener
    AI recognition listener which is for listening result of analyzing pictures.
    • Method Detail

      • onDectetComplete

        void onDectetComplete(java.util.Map<java.lang.String,java.lang.Integer> result)
        Flow statistic listener
        Parameters:
        result - Statistical result
      • onProcessDetectResult

        void onProcessDetectResult(java.util.List<AIRecognition> recognitions)
        Picture recognition result listener
        Parameters:
        recognitions - Recognized object
      • onTrackedCountChanged

        void onTrackedCountChanged(int count)
        Tracing count result listener
        Parameters:
        count - The counting result. The interface has call-back result after counting. When an object moves out of the observed area, it will be considered as a new object when it comes into this area again.
      • onAISizeChanged

        void onAISizeChanged(AISize size)
        AIDetectView width and height changing listener
        Parameters:
        size - size