The API, given a text, will return the topic analysis for a specific type of topic analysis. The response will be an array of objects composed by:
topic
, the detected topicsentence
, the part of the text in which the topic was foundconfidence
, the confidence of the detected topic between [0,1]
Filter
Filter | Description |
---|---|
lang | Language of the test in 2 cypher ISO code. If not specified the sentence's language will be auto detected. |