Class FaceExpressStatistic

    • Constructor Detail

      • FaceExpressStatistic

        public FaceExpressStatistic()
      • FaceExpressStatistic

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

      • getPersonId

        public String getPersonId()
        Get 人员唯一标识符
        Returns:
        PersonId 人员唯一标识符
      • setPersonId

        public void setPersonId​(String PersonId)
        Set 人员唯一标识符
        Parameters:
        PersonId - 人员唯一标识符
      • getExpressRatio

        public ExpressRatioStatistic[] getExpressRatio()
        Get 表情统计结果
        Returns:
        ExpressRatio 表情统计结果
      • setExpressRatio

        public void setExpressRatio​(ExpressRatioStatistic[] ExpressRatio)
        Set 表情统计结果
        Parameters:
        ExpressRatio - 表情统计结果