Class AttributeItem

    • Constructor Detail

      • AttributeItem

        public AttributeItem()
      • AttributeItem

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

      • getType

        public Long getType()
        Get 属性值
        Returns:
        Type 属性值
      • setType

        public void setType​(Long Type)
        Set 属性值
        Parameters:
        Type - 属性值
      • getProbability

        public Float getProbability()
        Get Type识别概率值,[0,1],代表判断正确的概率。
        Returns:
        Probability Type识别概率值,[0,1],代表判断正确的概率。
      • setProbability

        public void setProbability​(Float Probability)
        Set Type识别概率值,[0,1],代表判断正确的概率。
        Parameters:
        Probability - Type识别概率值,[0,1],代表判断正确的概率。