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.
|
String |
getDataCategoryName()
Gets the id/name of this data category.
|
String |
getTaClassRef() |
Double |
getTaConfidence()
Gets the
taConfidence attribute. |
String |
getTaIdent() |
String |
getTaIdentRef() |
String |
getTaSource()
Gets the
taSource attribute. |
void |
setTaClassRef(String taClassRef) |
void |
setTaConfidence(Double taConfidence)
Sets a new
taConfidence attribute. |
void |
setTaIdent(String taIdent) |
void |
setTaIdentRef(String taIdentRef) |
void |
setTaSource(String taSource)
Sets a new
taSource attribute. |
void |
validate()
Validates the data category.
|
getAnnotatorRef, hasUnresolvedGroup, isGroup, setAnnotatorRef, setAnnotatorRefpublic TextAnalysis()
TextAnalysis object.public String getDataCategoryName()
IITSItempublic void validate()
IITSItempublic Double getTaConfidence()
taConfidence attribute.taConfidence attribute (can be null).public void setTaConfidence(Double taConfidence)
taConfidence attribute.taConfidence - the new taConfidence attribute (between 0.0 and 1.0, or null).public String getTaClassRef()
public void setTaClassRef(String taClassRef)
public String getTaSource()
taSource attribute.taSource attribute (can be null).public void setTaSource(String taSource)
taSource attribute.taSource - the new taSource attribute (can be null).public String getTaIdent()
public void setTaIdent(String taIdent)
public String getTaIdentRef()
public void setTaIdentRef(String taIdentRef)
Copyright © 2020. All rights reserved.