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 |
---|---|
java.lang.String |
attributeId()
Gets the attributeId.
|
java.lang.Long |
begin()
Gets the begin.
|
java.lang.String |
cui()
Gets the cui.
|
java.lang.Long |
end()
Gets the end.
|
java.util.Map<java.lang.String,java.lang.String> |
features()
Gets the features.
|
java.lang.Long |
hits()
Gets the hits.
|
java.lang.Boolean |
hypothetical()
Gets the hypothetical.
|
java.lang.String |
maxValue()
Gets the maxValue.
|
java.lang.String |
minValue()
Gets the minValue.
|
java.lang.Boolean |
negated()
Gets the negated.
|
AnnotationModel.Builder |
newBuilder()
New builder.
|
java.lang.String |
nluEntityIndex()
Gets the nluEntityIndex.
|
java.lang.String |
nluMentionIndex()
Gets the nluMentionIndex.
|
java.lang.String |
nluRelation()
Gets the nluRelation.
|
java.lang.String |
nluRelationId()
Gets the nluRelationId.
|
java.lang.String |
nluSide()
Gets the nluSide.
|
java.lang.String |
nluSourceType()
Gets the nluSourceType.
|
java.lang.String |
nluTargetType()
Gets the nluTargetType.
|
java.lang.String |
ontology()
Gets the ontology.
|
java.lang.String |
operator()
Gets the operator.
|
java.lang.String |
preferredName()
Gets the preferredName.
|
java.util.List<java.lang.String> |
qualifiers()
Gets the qualifiers.
|
java.lang.Float |
score()
Gets the score.
|
java.lang.String |
section()
Gets the section.
|
java.util.List<java.lang.Long> |
stickyIds()
Gets the stickyIds.
|
java.lang.Long |
timestamp()
Gets the timestamp.
|
java.lang.String |
type()
Gets the type.
|
java.lang.Long |
uniqueId()
Gets the uniqueId.
|
java.lang.String |
unit()
Gets the unit.
|
public AnnotationModel.Builder newBuilder()
public java.lang.Long uniqueId()
public java.util.List<java.lang.Long> stickyIds()
public java.lang.String ontology()
public java.lang.String section()
public java.lang.String preferredName()
public java.lang.String cui()
public java.lang.String attributeId()
public java.util.List<java.lang.String> qualifiers()
public java.lang.String type()
public java.lang.Boolean negated()
public java.lang.Boolean hypothetical()
public java.lang.String unit()
public java.lang.String minValue()
public java.lang.String maxValue()
public java.lang.String operator()
public java.lang.String nluSourceType()
public java.lang.String nluRelation()
public java.lang.String nluTargetType()
public java.lang.String nluEntityIndex()
public java.lang.String nluMentionIndex()
public java.lang.String nluRelationId()
public java.lang.String nluSide()
public java.lang.Long begin()
public java.lang.Long end()
public java.lang.Float score()
public java.lang.Long timestamp()
public java.util.Map<java.lang.String,java.lang.String> features()
public java.lang.Long hits()
Copyright © 2022 IBM Cloud. All rights reserved.