Represents the results of sentiment analysis
Data model
Fields
Field | Type | Description |
---|---|---|
date_analysis* | DATETIME | Date of execution of the analysis |
final_perception | NVARCHAR (40) | Final Description of Analysis Perception |
general_perception | NVARCHAR (40) | Sentiment Analysis Overview |
id* | INT | Scan ID |
item_id* | INT | Identifier of the case to which the notes belong |
log* | NVARCHAR (MAX) | Represents the values of the analyzed notes |
Primary Key
PK_ASMS_SENTIMENT_ANALYSIS |
---|
id |