Class ActionInfo

    • Constructor Detail

      • ActionInfo

        public ActionInfo()
      • ActionInfo

        public ActionInfo​(ActionInfo 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

      • getBodyPosture

        public ActionType getBodyPosture()
        Get 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)
        Returns:
        BodyPosture 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)
      • setBodyPosture

        public void setBodyPosture​(ActionType BodyPosture)
        Set 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)
        Parameters:
        BodyPosture - 躯体动作识别结果,包含坐着(sit)、站立(stand)和趴睡(sleep)
      • getHandup

        public ActionType getHandup()
        Get 举手识别结果,包含举手(hand)和未检测到举手(nothand)
        Returns:
        Handup 举手识别结果,包含举手(hand)和未检测到举手(nothand)
      • setHandup

        public void setHandup​(ActionType Handup)
        Set 举手识别结果,包含举手(hand)和未检测到举手(nothand)
        Parameters:
        Handup - 举手识别结果,包含举手(hand)和未检测到举手(nothand)
      • getLookHead

        public ActionType getLookHead()
        Get 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)
        Returns:
        LookHead 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)
      • setLookHead

        public void setLookHead​(ActionType LookHead)
        Set 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)
        Parameters:
        LookHead - 是否低头识别结果,包含抬头(lookingahead)和未检测到抬头(notlookingahead)
      • getWriting

        public ActionType getWriting()
        Get 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)
        Returns:
        Writing 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)
      • setWriting

        public void setWriting​(ActionType Writing)
        Set 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)
        Parameters:
        Writing - 是否写字识别结果,包含写字(write)和未检测到写字(notlookingahead)
      • 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 - 动作出现图像的左侧起始坐标位置
      • 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 - 动作图像宽度