Class TextAnalysis

    • Constructor Detail

      • TextAnalysis

        public TextAnalysis()
        Creates an empty TextAnalysis object.
    • Method Detail

      • getDataCategoryName

        public String getDataCategoryName()
        Description copied from interface: IITSItem
        Gets the id/name of this data category.
        Returns:
        the id/name of this data category.
      • validate

        public void validate()
        Description copied from interface: IITSItem
        Validates the data category. Checks if all required attributes are set properly.
      • getTaConfidence

        public Double getTaConfidence()
        Gets the taConfidence attribute.
        Returns:
        the taConfidence attribute (can be null).
      • setTaConfidence

        public void setTaConfidence​(Double taConfidence)
        Sets a new taConfidence attribute.
        Parameters:
        taConfidence - the new taConfidence attribute (between 0.0 and 1.0, or null).
      • getTaClassRef

        public String getTaClassRef()
      • setTaClassRef

        public void setTaClassRef​(String taClassRef)
      • getTaSource

        public String getTaSource()
        Gets the taSource attribute.
        Returns:
        the taSource attribute (can be null).
      • setTaSource

        public void setTaSource​(String taSource)
        Sets a new taSource attribute.
        Parameters:
        taSource - the new taSource attribute (can be null).
      • getTaIdent

        public String getTaIdent()
      • setTaIdent

        public void setTaIdent​(String taIdent)
      • getTaIdentRef

        public String getTaIdentRef()
      • setTaIdentRef

        public void setTaIdentRef​(String taIdentRef)
      • createCopy

        public IITSItem createCopy()
        Description copied from interface: IITSItem
        Creates a deep-copy clone of this item.
        Returns:
        the duplicated item.