Class SegmentationOptions

    • Constructor Detail

      • SegmentationOptions

        public SegmentationOptions()
      • SegmentationOptions

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

      • getBackground

        public Boolean getBackground()
        Get 分割选项-背景
        Returns:
        Background 分割选项-背景
      • setBackground

        public void setBackground​(Boolean Background)
        Set 分割选项-背景
        Parameters:
        Background - 分割选项-背景
      • getHair

        public Boolean getHair()
        Get 分割选项-头发
        Returns:
        Hair 分割选项-头发
      • setHair

        public void setHair​(Boolean Hair)
        Set 分割选项-头发
        Parameters:
        Hair - 分割选项-头发
      • getLeftEyebrow

        public Boolean getLeftEyebrow()
        Get 分割选项-左眉
        Returns:
        LeftEyebrow 分割选项-左眉
      • setLeftEyebrow

        public void setLeftEyebrow​(Boolean LeftEyebrow)
        Set 分割选项-左眉
        Parameters:
        LeftEyebrow - 分割选项-左眉
      • getRightEyebrow

        public Boolean getRightEyebrow()
        Get 分割选项-右眉
        Returns:
        RightEyebrow 分割选项-右眉
      • setRightEyebrow

        public void setRightEyebrow​(Boolean RightEyebrow)
        Set 分割选项-右眉
        Parameters:
        RightEyebrow - 分割选项-右眉
      • getLeftEye

        public Boolean getLeftEye()
        Get 分割选项-左眼
        Returns:
        LeftEye 分割选项-左眼
      • setLeftEye

        public void setLeftEye​(Boolean LeftEye)
        Set 分割选项-左眼
        Parameters:
        LeftEye - 分割选项-左眼
      • getRightEye

        public Boolean getRightEye()
        Get 分割选项-右眼
        Returns:
        RightEye 分割选项-右眼
      • setRightEye

        public void setRightEye​(Boolean RightEye)
        Set 分割选项-右眼
        Parameters:
        RightEye - 分割选项-右眼
      • getNose

        public Boolean getNose()
        Get 分割选项-鼻子
        Returns:
        Nose 分割选项-鼻子
      • setNose

        public void setNose​(Boolean Nose)
        Set 分割选项-鼻子
        Parameters:
        Nose - 分割选项-鼻子
      • getUpperLip

        public Boolean getUpperLip()
        Get 分割选项-上唇
        Returns:
        UpperLip 分割选项-上唇
      • setUpperLip

        public void setUpperLip​(Boolean UpperLip)
        Set 分割选项-上唇
        Parameters:
        UpperLip - 分割选项-上唇
      • getLowerLip

        public Boolean getLowerLip()
        Get 分割选项-下唇
        Returns:
        LowerLip 分割选项-下唇
      • setLowerLip

        public void setLowerLip​(Boolean LowerLip)
        Set 分割选项-下唇
        Parameters:
        LowerLip - 分割选项-下唇
      • getTooth

        public Boolean getTooth()
        Get 分割选项-牙齿
        Returns:
        Tooth 分割选项-牙齿
      • setTooth

        public void setTooth​(Boolean Tooth)
        Set 分割选项-牙齿
        Parameters:
        Tooth - 分割选项-牙齿
      • getMouth

        public Boolean getMouth()
        Get 分割选项-口腔(不包含牙齿)
        Returns:
        Mouth 分割选项-口腔(不包含牙齿)
      • setMouth

        public void setMouth​(Boolean Mouth)
        Set 分割选项-口腔(不包含牙齿)
        Parameters:
        Mouth - 分割选项-口腔(不包含牙齿)
      • getLeftEar

        public Boolean getLeftEar()
        Get 分割选项-左耳
        Returns:
        LeftEar 分割选项-左耳
      • setLeftEar

        public void setLeftEar​(Boolean LeftEar)
        Set 分割选项-左耳
        Parameters:
        LeftEar - 分割选项-左耳
      • getRightEar

        public Boolean getRightEar()
        Get 分割选项-右耳
        Returns:
        RightEar 分割选项-右耳
      • setRightEar

        public void setRightEar​(Boolean RightEar)
        Set 分割选项-右耳
        Parameters:
        RightEar - 分割选项-右耳
      • getFace

        public Boolean getFace()
        Get 分割选项-面部(不包含眼、耳、口、鼻等五官及头发。)
        Returns:
        Face 分割选项-面部(不包含眼、耳、口、鼻等五官及头发。)
      • setFace

        public void setFace​(Boolean Face)
        Set 分割选项-面部(不包含眼、耳、口、鼻等五官及头发。)
        Parameters:
        Face - 分割选项-面部(不包含眼、耳、口、鼻等五官及头发。)
      • getHead

        public Boolean getHead()
        Get 复合分割选项-头部(包含所有的头部元素,相关装饰除外)
        Returns:
        Head 复合分割选项-头部(包含所有的头部元素,相关装饰除外)
      • setHead

        public void setHead​(Boolean Head)
        Set 复合分割选项-头部(包含所有的头部元素,相关装饰除外)
        Parameters:
        Head - 复合分割选项-头部(包含所有的头部元素,相关装饰除外)
      • getBody

        public Boolean getBody()
        Get 分割选项-身体(包含脖子)
        Returns:
        Body 分割选项-身体(包含脖子)
      • setBody

        public void setBody​(Boolean Body)
        Set 分割选项-身体(包含脖子)
        Parameters:
        Body - 分割选项-身体(包含脖子)
      • getHat

        public Boolean getHat()
        Get 分割选项-帽子
        Returns:
        Hat 分割选项-帽子
      • setHat

        public void setHat​(Boolean Hat)
        Set 分割选项-帽子
        Parameters:
        Hat - 分割选项-帽子
      • getHeaddress

        public Boolean getHeaddress()
        Get 分割选项-头饰
        Returns:
        Headdress 分割选项-头饰
      • setHeaddress

        public void setHeaddress​(Boolean Headdress)
        Set 分割选项-头饰
        Parameters:
        Headdress - 分割选项-头饰
      • getEarrings

        public Boolean getEarrings()
        Get 分割选项-耳环
        Returns:
        Earrings 分割选项-耳环
      • setEarrings

        public void setEarrings​(Boolean Earrings)
        Set 分割选项-耳环
        Parameters:
        Earrings - 分割选项-耳环
      • getNecklace

        public Boolean getNecklace()
        Get 分割选项-项链
        Returns:
        Necklace 分割选项-项链
      • setNecklace

        public void setNecklace​(Boolean Necklace)
        Set 分割选项-项链
        Parameters:
        Necklace - 分割选项-项链
      • getBelongings

        public Boolean getBelongings()
        Get 分割选项-随身物品( 例如伞、包、手机等。 )
        Returns:
        Belongings 分割选项-随身物品( 例如伞、包、手机等。 )
      • setBelongings

        public void setBelongings​(Boolean Belongings)
        Set 分割选项-随身物品( 例如伞、包、手机等。 )
        Parameters:
        Belongings - 分割选项-随身物品( 例如伞、包、手机等。 )