Use wide Cloud Natural Language API integration
With Ants & Apps platform you can connect Cloud Natural Language API with more than 4000 available apps, 600+ functional formulas to boost your productivity
Reference
documents
Find named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties
This action finds named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties.
POSTLanguageDocumentsAnalyzeEntities
Request body
- encodingTypestring
The encoding type used by the API to calculate offsets.
- documentobject
Required. Input document.
Find entities, similar to AnalyzeEntities in the text and analyzes sentiment associated with each entity and its mentions
This action finds entities, similar to AnalyzeEntities in the text and analyzes sentiment associated with each entity and its mentions.
POSTLanguageDocumentsAnalyzeEntitySentiment
Request body
- encodingTypestring
The encoding type used by the API to calculate offsets.
- documentobject
Required. Input document.
POSTLanguageDocumentsAnalyzeSentiment
Request body
- encodingTypestring
The encoding type used by the API to calculate sentence offsets.
- documentobject
Required. Input document.
Analyze the syntax of the text and provides sentence boundaries and tokenization along with part of speech tags, dependency trees, and other properties
This action analyzes the syntax of the text and provides sentence boundaries and tokenization along with part of speech tags, dependency trees, and other properties.
POSTLanguageDocumentsAnalyzeSyntax
Request body
- encodingTypestring
The encoding type used by the API to calculate offsets.
- documentobject
Required. Input document.
A convenience method that provides all the features that analyzeSentiment, analyzeEntities, and analyzeSyntax provide in one call
This action a convenience method that provides all the features that analyzeSentiment, analyzeEntities, and analyzeSyntax provide in one call.
POSTLanguageDocumentsAnnotateText
Request body
- documentobject
Required. Input document.
- featuresobject
Required. The enabled features.
- encodingTypestring
The encoding type used by the API to calculate offsets.
POSTLanguageDocumentsClassifyText
Request body
- documentobject
Required. Input document.