public class ClassifierResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description |
|---|
ClassifierResult() |
| Modifier and Type | Method and Description |
|---|---|
List<ClassResult> |
getClasses()
Gets the classes.
|
String |
getClassifierId()
Gets the classifierId.
|
String |
getName()
Gets the name.
|
public String getName()
Name of the classifier.
public String getClassifierId()
ID of a classifier identified in the image.
public List<ClassResult> getClasses()
Classes within the classifier.
Copyright © 2021 IBM Cloud. All rights reserved.