@Beta public class NlpResults extends Object
Constructor and Description |
---|
NlpResults() |
Modifier and Type | Method and Description |
---|---|
String |
getAct()
The act of the request, more info on recasts website
|
Map<String,ArrayList<Map<?,?>>> |
getEntities()
Every keys are an array of entity, more infos on recasts website
|
List<Intent> |
getIntents()
The intents Recast found, sorted by probability
|
String |
getLanguage()
The language detected (or given) from the processed sentence, follows the ISO 639-1 standard
|
String |
getProcessingLanguage()
The language used to process the sentence, follows the ISO 639-1 standard
|
String |
getSentiment()
The sentiment of the request, more info on recasts website
|
String |
getSource()
Returns the text Recast processed.
|
Integer |
getStatus()
The status of Recasts Natural Language processor
|
String |
getTimestamp()
The UTC timestamp at the end of Recasts processing, follows the ISO 8061 standard
|
Object |
getType()
The type of the request, more info on recasts website
|
String |
getUuid()
The universally unique id for this request
|
String |
getVersion()
The version of Recasts JSON, follows the Semantic Versioning Specification
|
@Nullable public String getUuid()
@Nullable public String getSource()
@Nullable public List<Intent> getIntents()
@Nullable public String getAct()
@Nullable public Object getType()
@Nullable public String getSentiment()
@Nullable public Map<String,ArrayList<Map<?,?>>> getEntities()
@Nullable public String getLanguage()
@Nullable public String getProcessingLanguage()
@Nullable public String getVersion()
@Nullable public String getTimestamp()
Copyright © 2020 SAP SE. All rights reserved.