Class ConsumptionPreferences
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.personality_insights.v3.model.ConsumptionPreferences
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ConsumptionPreferences
extends com.ibm.cloud.sdk.core.service.model.GenericModel
A consumption preference that the service inferred from the input content.
-
Constructor Summary
Constructors Constructor Description ConsumptionPreferences()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ConsumptionPreferences
public ConsumptionPreferences()
-
-
Method Details
-
getConsumptionPreferenceId
Gets the consumptionPreferenceId.The unique, non-localized identifier of the consumption preference to which the results pertain. IDs have the form `consumption_preferences_{preference}`.
- Returns:
- the consumptionPreferenceId
-
getName
Gets the name.The user-visible, localized name of the consumption preference.
- Returns:
- the name
-
getScore
Gets the score.The score for the consumption preference: * `0.0`: Unlikely * `0.5`: Neutral * `1.0`: Likely
The scores for some preferences are binary and do not allow a neutral value. The score is an indication of preference based on the results inferred from the input text, not a normalized percentile.
- Returns:
- the score
-