public class EntityMention
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
confidence |
protected java.util.List<java.lang.Long> |
location |
protected java.lang.String |
text |
| Constructor and Description |
|---|
EntityMention() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getConfidence()
Gets the confidence.
|
java.util.List<java.lang.Long> |
getLocation()
Gets the location.
|
java.lang.String |
getText()
Gets the text.
|
protected java.lang.String text
protected java.util.List<java.lang.Long> location
protected java.lang.Double confidence
public java.lang.String getText()
public java.util.List<java.lang.Long> getLocation()
public java.lang.Double getConfidence()