Package com.google.refine.model
Class ReconCandidate
java.lang.Object
com.google.refine.model.ReconCandidate
- All Implemented Interfaces:
HasFields
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReconCandidate(String topicID, String topicName, String[] typeIDs, double score) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfieldAlsoHasFields(String name) getField(String name, Properties bindings) static ReconCandidateloadStreaming(com.fasterxml.jackson.core.JsonParser jp) Deprecated.static ReconCandidate
-
Field Details
-
id
-
name
-
types
-
score
public final double score
-
-
Constructor Details
-
ReconCandidate
-
-
Method Details
-
getField
-
fieldAlsoHasFields
- Specified by:
fieldAlsoHasFieldsin interfaceHasFields
-
loadStreaming
- Throws:
Exception
-
loadStreaming
@Deprecated public static ReconCandidate loadStreaming(com.fasterxml.jackson.core.JsonParser jp) throws Exception Deprecated.- Throws:
Exception
-