public class ClassResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
ClassResult() |
Modifier and Type | Method and Description |
---|---|
Float |
getScore()
Gets the score.
|
String |
getTypeHierarchy()
Gets the typeHierarchy.
|
String |
getXClass()
Gets the xClass.
|
public String getXClass()
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.
public Float getScore()
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.
public String getTypeHierarchy()
Knowledge graph of the property. For example, `/fruit/pome/apple/eating apple/Granny Smith`. Included only if identified.
Copyright © 2021 IBM Cloud. All rights reserved.