Class ClassifierResult
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v3.model.ClassifierResult
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ClassifierResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Classifier and score combination.
-
Constructor Summary
Constructors Constructor Description ClassifierResult()
-
Method Summary
Modifier and Type Method Description List<ClassResult>
getClasses()
Gets the classes.String
getClassifierId()
Gets the classifierId.String
getName()
Gets the name.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ClassifierResult
public ClassifierResult()
-
-
Method Details
-
getName
Gets the name.Name of the classifier.
- Returns:
- the name
-
getClassifierId
Gets the classifierId.ID of a classifier identified in the image.
- Returns:
- the classifierId
-
getClasses
Gets the classes.Classes within the classifier.
- Returns:
- the classes
-