Name | Description | Type | Additional information |
---|---|---|---|
analysisLanguageId |
The language ID of the analysis, one of the language identifiers obtained by querying the Languages resource. |
string |
Required |
sentimentProcessorVersion |
The version of the sentiment processor to use. |
integer |
None. |
commentLanguageId |
Optional. The language ID of the submitted comments, one of the language identifiers obtained by querying the Languages/translate resource. |
string |
None. |
ruleSetKey |
Optional. The key of the rule set to apply to the analysis. |
integer |
None. |
taxonomyKey |
Optional. The key of the taxonomy to use to group Topics. |
integer |
None. |
noTopicAnalysis |
If true no topic analysis will be performed. Topic analysis typically requires more time than sentiment analysis. |
boolean |
None. |
syntheticTopics |
If true, topics will be created for comments in which no topic was found. |
boolean |
None. |
noSentimentAnalysis |
If true no sentiment analysis will be performed. |
boolean |
None. |
transactionTrackingId |
Optional. The key of a study which will be used for tracking transactions. |
string |
Max length: 30 |
comments |
The comments to analyze. |
Collection of Comment |
Required |