| textatopics {mscstexta4r} | R Documentation | 
The textatopics object
Description
The textatopics object exposes formatted results for the
textaDetectTopics API, this REST API's JSON response, and the
HTTP request:
-  
statusthe operation's current status ("NotStarted"|"Running"|"Succeeded"|"Failed") -  
documentsadata.framewith the documents and a unique string ID for each -  
topicsadata.framewith the identified topics, a unique string ID for each, and a prevalence score for each topic (count of documents assigned to topic) -  
topicAssignmentsadata.framewith all the topics (identified by their topic ID) assigned to each document (identified by their document ID), and a distance score for each topic assignment (between 0 and 1; the lower the distance score the stronger the topic affiliation) -  
jsonthe REST API JSON response -  
requestthe HTTP request 
Author(s)
Phil Ferriere pferriere@hotmail.com
See Also
Other res: texta