Class FaceInfoResult

    • Constructor Detail

      • FaceInfoResult

        public FaceInfoResult()
      • FaceInfoResult

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

      • getFaceRatio

        public Float getFaceRatio()
        Get 人脸尺寸的占比
        Returns:
        FaceRatio 人脸尺寸的占比
      • setFaceRatio

        public void setFaceRatio​(Float FaceRatio)
        Set 人脸尺寸的占比
        Parameters:
        FaceRatio - 人脸尺寸的占比
      • getFrameHeight

        public Long getFrameHeight()
        Get 帧高度
        Returns:
        FrameHeight 帧高度
      • setFrameHeight

        public void setFrameHeight​(Long FrameHeight)
        Set 帧高度
        Parameters:
        FrameHeight - 帧高度
      • getFrameWidth

        public Long getFrameWidth()
        Get 帧宽度
        Returns:
        FrameWidth 帧宽度
      • setFrameWidth

        public void setFrameWidth​(Long FrameWidth)
        Set 帧宽度
        Parameters:
        FrameWidth - 帧宽度
      • 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 - 人脸宽度