Class BodyMovementResult

    • Constructor Detail

      • BodyMovementResult

        public BodyMovementResult()
      • BodyMovementResult

        public BodyMovementResult​(BodyMovementResult source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getConfidence

        public Float getConfidence()
        Get 置信度
        Returns:
        Confidence 置信度
      • setConfidence

        public void setConfidence​(Float Confidence)
        Set 置信度
        Parameters:
        Confidence - 置信度
      • getHeight

        public Long getHeight()
        Get 识别结果高度
        Returns:
        Height 识别结果高度
      • setHeight

        public void setHeight​(Long Height)
        Set 识别结果高度
        Parameters:
        Height - 识别结果高度
      • getLeft

        public Long getLeft()
        Get 识别结果左坐标
        Returns:
        Left 识别结果左坐标
      • setLeft

        public void setLeft​(Long Left)
        Set 识别结果左坐标
        Parameters:
        Left - 识别结果左坐标
      • getMovements

        public String getMovements()
        Get 老师动作识别结果,包含 1、teach_on_positive_attitude 正面讲解 2、point_to_the_blackboard 指黑板 3、writing_blackboard 写板书 4、other 其他
        Returns:
        Movements 老师动作识别结果,包含 1、teach_on_positive_attitude 正面讲解 2、point_to_the_blackboard 指黑板 3、writing_blackboard 写板书 4、other 其他
      • setMovements

        public void setMovements​(String Movements)
        Set 老师动作识别结果,包含 1、teach_on_positive_attitude 正面讲解 2、point_to_the_blackboard 指黑板 3、writing_blackboard 写板书 4、other 其他
        Parameters:
        Movements - 老师动作识别结果,包含 1、teach_on_positive_attitude 正面讲解 2、point_to_the_blackboard 指黑板 3、writing_blackboard 写板书 4、other 其他
      • getTop

        public Long getTop()
        Get 识别结果顶坐标
        Returns:
        Top 识别结果顶坐标
      • setTop

        public void setTop​(Long Top)
        Set 识别结果顶坐标
        Parameters:
        Top - 识别结果顶坐标
      • getWidth

        public Long getWidth()
        Get 识别结果宽度
        Returns:
        Width 识别结果宽度
      • setWidth

        public void setWidth​(Long Width)
        Set 识别结果宽度
        Parameters:
        Width - 识别结果宽度