-
public final class LabelMetadata extends JSONObject
Represent the label defined in the Passio platform's taxonomy section.
-
-
Constructor Summary
Constructors Constructor Description LabelMetadata(String passioID, String json)
-
Method Summary
Modifier and Type Method Description final StringgetLabelId()final StringgetPath()final StringgetDisplayName()final StringgetDescription()final Map<String, List<Synonym>>getSynonyms()final StringgetPassioID()final StringgetJson()-
Methods inherited from class ai.passio.passiosdk.platform.arch.LabelMetadata
accumulate, append, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getString, has, isNull, keys, length, names, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, putOpt, remove, toJSONArray, toString, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLabelId
final String getLabelId()
-
getDisplayName
final String getDisplayName()
-
getDescription
final String getDescription()
-
getSynonyms
final Map<String, List<Synonym>> getSynonyms()
-
getPassioID
final String getPassioID()
-
-
-
-