public class AnnotationModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationModel.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
attributeId()
Gets the attributeId.
|
Long |
begin()
Gets the begin.
|
String |
cui()
Gets the cui.
|
Long |
end()
Gets the end.
|
Map<String,String> |
features()
Gets the features.
|
Long |
hits()
Gets the hits.
|
Boolean |
hypothetical()
Gets the hypothetical.
|
String |
maxValue()
Gets the maxValue.
|
String |
minValue()
Gets the minValue.
|
Boolean |
negated()
Gets the negated.
|
AnnotationModel.Builder |
newBuilder()
New builder.
|
String |
nluEntityIndex()
Gets the nluEntityIndex.
|
String |
nluMentionIndex()
Gets the nluMentionIndex.
|
String |
nluRelation()
Gets the nluRelation.
|
String |
nluRelationId()
Gets the nluRelationId.
|
String |
nluSide()
Gets the nluSide.
|
String |
nluSourceType()
Gets the nluSourceType.
|
String |
nluTargetType()
Gets the nluTargetType.
|
String |
ontology()
Gets the ontology.
|
String |
operator()
Gets the operator.
|
String |
preferredName()
Gets the preferredName.
|
List<String> |
qualifiers()
Gets the qualifiers.
|
Float |
score()
Gets the score.
|
String |
section()
Gets the section.
|
List<Long> |
stickyIds()
Gets the stickyIds.
|
Long |
timestamp()
Gets the timestamp.
|
String |
type()
Gets the type.
|
Long |
uniqueId()
Gets the uniqueId.
|
String |
unit()
Gets the unit.
|
public AnnotationModel.Builder newBuilder()
public Long uniqueId()
public List<Long> stickyIds()
public String ontology()
public String section()
public String preferredName()
public String cui()
public String attributeId()
public List<String> qualifiers()
public String type()
public Boolean negated()
public Boolean hypothetical()
public String unit()
public String minValue()
public String maxValue()
public String operator()
public String nluSourceType()
public String nluRelation()
public String nluTargetType()
public String nluEntityIndex()
public String nluMentionIndex()
public String nluRelationId()
public String nluSide()
public Long begin()
public Long end()
public Float score()
public Long timestamp()
public Long hits()
Copyright © 2021 IBM Cloud. All rights reserved.