Class ClassResult
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v3.model.ClassResult
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ClassResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Result of a class within a classifier.
-
Constructor Summary
Constructors Constructor Description ClassResult()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ClassResult
public ClassResult()
-
-
Method Details
-
getXClass
Gets the xClass.Name of the class.
Class names are translated in the language defined by the **Accept-Language** request header for the build-in classifier IDs (`default`, `food`, and `explicit`). Class names of custom classifiers are not translated. The response might not be in the specified language when the requested language is not supported or when there is no translation for the class name.
- Returns:
- the xClass
-
getScore
Gets the score.Confidence score for the property in the range of 0 to 1. A higher score indicates greater likelihood that the class is depicted in the image. The default threshold for returning scores from a classifier is 0.5.
- Returns:
- the score
-
getTypeHierarchy
Gets the typeHierarchy.Knowledge graph of the property. For example, `/fruit/pome/apple/eating apple/Granny Smith`. Included only if identified.
- Returns:
- the typeHierarchy
-