Cloud Natural Language API: documents. Provides natural language understanding technologies, such as sentiment analysis, entity recognition, entity sentiment analysis, and other text annotations, to developers. See: https://cloud.google.com/natural-language/api/reference/rest/v1/documents
Cloud Natural Language API: documents. Provides natural language understanding technologies, such as sentiment analysis, entity recognition, entity sentiment analysis, and other text annotations, to developers. See: https://cloud.google.com/natural-language/api/reference/rest/v1/documents
(analyzeEntities$ auth parameters body)
https://cloud.google.com/natural-language/api/reference/rest/v1/documents/analyzeEntities
Required parameters: none
Optional parameters: none
Body:
{:encodingType string, :document {:language string, :gcsContentUri string, :content string, :type string}}
Finds named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties.
https://cloud.google.com/natural-language/api/reference/rest/v1/documents/analyzeEntities Required parameters: none Optional parameters: none Body: {:encodingType string, :document {:language string, :gcsContentUri string, :content string, :type string}} Finds named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties.
(analyzeEntitySentiment$ auth parameters body)
https://cloud.google.com/natural-language/api/reference/rest/v1/documents/analyzeEntitySentiment
Required parameters: none
Optional parameters: none
Body:
{:document {:language string, :gcsContentUri string, :content string, :type string}, :encodingType string}
Finds entities, similar to AnalyzeEntities in the text and analyzes sentiment associated with each entity and its mentions.
https://cloud.google.com/natural-language/api/reference/rest/v1/documents/analyzeEntitySentiment Required parameters: none Optional parameters: none Body: {:document {:language string, :gcsContentUri string, :content string, :type string}, :encodingType string} Finds entities, similar to AnalyzeEntities in the text and analyzes sentiment associated with each entity and its mentions.
(analyzeSentiment$ auth parameters body)
https://cloud.google.com/natural-language/api/reference/rest/v1/documents/analyzeSentiment
Required parameters: none
Optional parameters: none
Body:
{:encodingType string, :document {:language string, :gcsContentUri string, :content string, :type string}}
Analyzes the sentiment of the provided text.
https://cloud.google.com/natural-language/api/reference/rest/v1/documents/analyzeSentiment Required parameters: none Optional parameters: none Body: {:encodingType string, :document {:language string, :gcsContentUri string, :content string, :type string}} Analyzes the sentiment of the provided text.
(analyzeSyntax$ auth parameters body)
https://cloud.google.com/natural-language/api/reference/rest/v1/documents/analyzeSyntax
Required parameters: none
Optional parameters: none
Body:
{:document {:language string, :gcsContentUri string, :content string, :type string}, :encodingType string}
Analyzes the syntax of the text and provides sentence boundaries and tokenization along with part of speech tags, dependency trees, and other properties.
https://cloud.google.com/natural-language/api/reference/rest/v1/documents/analyzeSyntax Required parameters: none Optional parameters: none Body: {:document {:language string, :gcsContentUri string, :content string, :type string}, :encodingType string} Analyzes the syntax of the text and provides sentence boundaries and tokenization along with part of speech tags, dependency trees, and other properties.
(annotateText$ auth parameters body)
https://cloud.google.com/natural-language/api/reference/rest/v1/documents/annotateText
Required parameters: none
Optional parameters: none
Body:
{:features {:extractDocumentSentiment boolean, :extractEntitySentiment boolean, :extractEntities boolean, :classifyText boolean, :extractSyntax boolean}, :document {:language string, :gcsContentUri string, :content string, :type string}, :encodingType string}
A convenience method that provides all the features that analyzeSentiment, analyzeEntities, and analyzeSyntax provide in one call.
https://cloud.google.com/natural-language/api/reference/rest/v1/documents/annotateText Required parameters: none Optional parameters: none Body: {:features {:extractDocumentSentiment boolean, :extractEntitySentiment boolean, :extractEntities boolean, :classifyText boolean, :extractSyntax boolean}, :document {:language string, :gcsContentUri string, :content string, :type string}, :encodingType string} A convenience method that provides all the features that analyzeSentiment, analyzeEntities, and analyzeSyntax provide in one call.
(classifyText$ auth parameters body)
https://cloud.google.com/natural-language/api/reference/rest/v1/documents/classifyText
Required parameters: none
Optional parameters: none
Body:
{:document {:language string, :gcsContentUri string, :content string, :type string}}
Classifies a document into categories.
https://cloud.google.com/natural-language/api/reference/rest/v1/documents/classifyText Required parameters: none Optional parameters: none Body: {:document {:language string, :gcsContentUri string, :content string, :type string}} Classifies a document into categories.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close