IBM's Watson - Natural Language
Last updated
Last updated
Field | Description |
Title | Component Title |
Object Name Identifier | Singular name for the object (Variable) |
API Key | API Key registered in the IBM's console |
Service URL | The API's registered URL in the IBM´s console |
Version | Version used on service. Pattern 2021-03-25 |
Language | The language in which the text is written. Currently both English and Portuguese are available. |
Comprehension Features | The comprehension features that will be persued in the entered text: Category, concepts, entities, keywords and sentiment. |
Text | Text that will be analyzed by the artificial intelligence. |
Categories: Categorize your content using a five-level classification hierarchy.
Concepts : Identify high level concepts that do not necessarily have a direct text reference.
Entities : Find people, places, events and other entities that are mencioned in your text content.
Keywords: Search for relevant keywords in your text.
Sentiment: Analyze the sentiment of specific sentences and the overall sentiment of the document.
Field | Type | Description |
Result | WatsonEntity | Component title |
ResultRaw | string | Singular object name to extract text from image (variable) |
ResultJson | dynamic | Which provider will be used for content identification (Tesseract (free) / Google). |
Field | Type |
Sentiment | Sentiment |
Keywords | List<Keywords> |
Entities | List<Entities> |
Concepts | List<Concepts> |
Categories | List<Categories> |
Field | Type |
Type | string |
Text | string |
Sentiment | Sentiment |
Relevance | decimal |
Count | int |
Emotion | Emotion |
Field | Type |
Label | string |
Score | decimal |
Field | Type |
Sadness | decimal |
Joy | decimal |
Fear | decimal |
Disgust | decimal |
Anger | decimal |
Field | Type |
Type | string |
Text | string |
Sentiment | Sentiment |
Relevance | decimal |
Count | int |
Emotion | Emotion |
Field | Type |
Text | string |
Relevance | decimal |
Field | Text |
Label | string |
Score | decimal |
Explanation | Explanation |
Field | Type |
RelevantText | List<RelevantText> |
Field | Text |
Text | string |