Response¶
Response of Geneea NLP API V3
Fields¶
Property |
Required |
Type |
Description |
---|---|---|---|
id |
False |
string |
Identifier of the analyzed document, as submitted in the request |
language |
True |
Document and analysis language |
|
paragraphs |
False |
List[Paragraph] |
The paragraphs this document consists of. Returned when Request. specifies |
entities |
False |
List[Entity] |
Found named and unnamed entities in the document. Returned when analyses contains |
tags |
False |
List[Tag] |
Semantic content tags relevant for the document. Returned when |
relations |
False |
List[Relation] |
Relations in the document. Returned when |
docSentiment |
False |
Sentiment of the whole document. Returned when |
|
itemSentiments |
False |
Map[string, Sentiment] |
Sentiment of entities, tags, relations, mentions, sentences, etc. by their ID. Returned when |
docVectors |
False |
List[Vector] |
Vectors for the whole document. Talk to us to have this information returned. |
itemVectors |
False |
Map[string, List[Vector]] |
Vectors for entities, tags, relations, mentions, sentences, etc. by their ID. Talk to us to have this information returned. |
usedChars |
True |
integer |
The number of characters charged for the request |