Class BodyAttributeInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      BodyAttributeInfo()  
      BodyAttributeInfo​(BodyAttributeInfo 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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Age getAge()
      Get 人体年龄信息。 AttributesType 不含 Age 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      Bag getBag()
      Get 人体是否挎包。 AttributesType 不含 Bag 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      Gender getGender()
      Get 人体性别信息。 AttributesType 不含 Gender 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      LowerBodyCloth getLowerBodyCloth()
      Get 人体下衣属性信息。 AttributesType 不含 LowerBodyCloth 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      Orientation getOrientation()
      Get 人体朝向信息。 AttributesType 不含 UpperBodyCloth 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      UpperBodyCloth getUpperBodyCloth()
      Get 人体上衣属性信息。 AttributesType 不含 Orientation 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      void setAge​(Age Age)
      Set 人体年龄信息。 AttributesType 不含 Age 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      void setBag​(Bag Bag)
      Set 人体是否挎包。 AttributesType 不含 Bag 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      void setGender​(Gender Gender)
      Set 人体性别信息。 AttributesType 不含 Gender 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      void setLowerBodyCloth​(LowerBodyCloth LowerBodyCloth)
      Set 人体下衣属性信息。 AttributesType 不含 LowerBodyCloth 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      void setOrientation​(Orientation Orientation)
      Set 人体朝向信息。 AttributesType 不含 UpperBodyCloth 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      void setUpperBodyCloth​(UpperBodyCloth UpperBodyCloth)
      Set 人体上衣属性信息。 AttributesType 不含 Orientation 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • BodyAttributeInfo

        public BodyAttributeInfo()
      • BodyAttributeInfo

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

      • getAge

        public Age getAge()
        Get 人体年龄信息。 AttributesType 不含 Age 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Age 人体年龄信息。 AttributesType 不含 Age 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      • setAge

        public void setAge​(Age Age)
        Set 人体年龄信息。 AttributesType 不含 Age 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Age - 人体年龄信息。 AttributesType 不含 Age 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      • getBag

        public Bag getBag()
        Get 人体是否挎包。 AttributesType 不含 Bag 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Bag 人体是否挎包。 AttributesType 不含 Bag 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      • setBag

        public void setBag​(Bag Bag)
        Set 人体是否挎包。 AttributesType 不含 Bag 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Bag - 人体是否挎包。 AttributesType 不含 Bag 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      • getGender

        public Gender getGender()
        Get 人体性别信息。 AttributesType 不含 Gender 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Gender 人体性别信息。 AttributesType 不含 Gender 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      • setGender

        public void setGender​(Gender Gender)
        Set 人体性别信息。 AttributesType 不含 Gender 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Gender - 人体性别信息。 AttributesType 不含 Gender 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      • getOrientation

        public Orientation getOrientation()
        Get 人体朝向信息。 AttributesType 不含 UpperBodyCloth 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Orientation 人体朝向信息。 AttributesType 不含 UpperBodyCloth 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      • setOrientation

        public void setOrientation​(Orientation Orientation)
        Set 人体朝向信息。 AttributesType 不含 UpperBodyCloth 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Orientation - 人体朝向信息。 AttributesType 不含 UpperBodyCloth 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      • getUpperBodyCloth

        public UpperBodyCloth getUpperBodyCloth()
        Get 人体上衣属性信息。 AttributesType 不含 Orientation 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UpperBodyCloth 人体上衣属性信息。 AttributesType 不含 Orientation 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      • setUpperBodyCloth

        public void setUpperBodyCloth​(UpperBodyCloth UpperBodyCloth)
        Set 人体上衣属性信息。 AttributesType 不含 Orientation 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UpperBodyCloth - 人体上衣属性信息。 AttributesType 不含 Orientation 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      • getLowerBodyCloth

        public LowerBodyCloth getLowerBodyCloth()
        Get 人体下衣属性信息。 AttributesType 不含 LowerBodyCloth 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LowerBodyCloth 人体下衣属性信息。 AttributesType 不含 LowerBodyCloth 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
      • setLowerBodyCloth

        public void setLowerBodyCloth​(LowerBodyCloth LowerBodyCloth)
        Set 人体下衣属性信息。 AttributesType 不含 LowerBodyCloth 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LowerBodyCloth - 人体下衣属性信息。 AttributesType 不含 LowerBodyCloth 或检测超过 5 个人体时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。