public class Identity extends GenericModel
AlchemyVision
service.Constructor and Description |
---|
Identity() |
Modifier and Type | Method and Description |
---|---|
DisambiguatedLinks |
getDisambiguated()
Gets the disambiguated.
|
KnowledgeGraph |
getKnowledgeGraph()
Gets the knowledge graph.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getScore()
Gets the score.
|
void |
setDisambiguated(DisambiguatedLinks disambiguated)
Sets the disambiguated.
|
void |
setKnowledgeGraph(KnowledgeGraph knowledgeGraph)
Sets the knowledge graph.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setScore(java.lang.String score)
Sets the score.
|
equals, hashCode, toString
public DisambiguatedLinks getDisambiguated()
public KnowledgeGraph getKnowledgeGraph()
public java.lang.String getName()
public java.lang.String getScore()
public void setDisambiguated(DisambiguatedLinks disambiguated)
disambiguated
- The disambiguatedpublic void setKnowledgeGraph(KnowledgeGraph knowledgeGraph)
knowledgeGraph
- The knowledgeGraphpublic void setName(java.lang.String name)
name
- The namepublic void setScore(java.lang.String score)
score
- The score