public class TextAnalysis extends DataCategory
| Constructor and Description |
|---|
TextAnalysis()
Creates an empty
TextAnalysis object. |
| Modifier and Type | Method and Description |
|---|---|
IITSItem |
createCopy()
Creates a deep-copy clone of this item.
|
java.lang.String |
getDataCategoryName()
Gets the id/name of this data category.
|
java.lang.String |
getTaClassRef() |
java.lang.Double |
getTaConfidence()
Gets the
taConfidence attribute. |
java.lang.String |
getTaIdent() |
java.lang.String |
getTaIdentRef() |
java.lang.String |
getTaSource()
Gets the
taSource attribute. |
void |
setTaClassRef(java.lang.String taClassRef) |
void |
setTaConfidence(java.lang.Double taConfidence)
Sets a new
taConfidence attribute. |
void |
setTaIdent(java.lang.String taIdent) |
void |
setTaIdentRef(java.lang.String taIdentRef) |
void |
setTaSource(java.lang.String taSource)
Sets a new
taSource attribute. |
void |
validate()
Validates the data category.
|
getAnnotatorRef, hasUnresolvedGroup, isGroup, setAnnotatorRef, setAnnotatorRefpublic TextAnalysis()
TextAnalysis object.public java.lang.String getDataCategoryName()
IITSItempublic void validate()
IITSItempublic java.lang.Double getTaConfidence()
taConfidence attribute.taConfidence attribute (can be null).public void setTaConfidence(java.lang.Double taConfidence)
taConfidence attribute.taConfidence - the new taConfidence attribute (between 0.0 and 1.0, or null).public java.lang.String getTaClassRef()
public void setTaClassRef(java.lang.String taClassRef)
public java.lang.String getTaSource()
taSource attribute.taSource attribute (can be null).public void setTaSource(java.lang.String taSource)
taSource attribute.taSource - the new taSource attribute (can be null).public java.lang.String getTaIdent()
public void setTaIdent(java.lang.String taIdent)
public java.lang.String getTaIdentRef()
public void setTaIdentRef(java.lang.String taIdentRef)