public class Profile extends GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
Profile.ProcessedLanguage
The language model that was used to process the input.
|
| Constructor and Description |
|---|
Profile() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Behavior> |
getBehavior()
Gets the behavior.
|
java.util.List<ConsumptionPreferencesCategory> |
getConsumptionPreferences()
Gets the consumptionPreferences.
|
java.util.List<Trait> |
getNeeds()
Gets the needs.
|
java.util.List<Trait> |
getPersonality()
Gets the personality.
|
java.lang.String |
getProcessedLanguage()
Gets the processedLanguage.
|
java.util.List<Trait> |
getValues()
Gets the values.
|
java.util.List<Warning> |
getWarnings()
Gets the warnings.
|
java.lang.Long |
getWordCount()
Gets the wordCount.
|
java.lang.String |
getWordCountMessage()
Gets the wordCountMessage.
|
equals, hashCode, toStringpublic java.lang.String getProcessedLanguage()
public java.lang.Long getWordCount()
public java.lang.String getWordCountMessage()
public java.util.List<Trait> getPersonality()
public java.util.List<Trait> getNeeds()
public java.util.List<Trait> getValues()
public java.util.List<Behavior> getBehavior()
public java.util.List<ConsumptionPreferencesCategory> getConsumptionPreferences()
public java.util.List<Warning> getWarnings()