public class ClassificationCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description |
|---|
ClassificationCollection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassifierId()
Gets the classifierId.
|
List<CollectionItem> |
getCollection()
Gets the collection.
|
String |
getUrl()
Gets the url.
|
public String getClassifierId()
Unique identifier for this classifier.
public String getUrl()
Link to the classifier.
public List<CollectionItem> getCollection()
An array of classifier responses for each submitted phrase.
Copyright © 2021 IBM Cloud. All rights reserved.