Liking cljdoc? Tell your friends :D

happygapi.language.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

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
raw docstring

analyzeEntities$clj

(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 {:type string, :content string, :gcsContentUri string, :language 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 {:type string,
            :content string,
            :gcsContentUri string,
            :language 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.
sourceraw docstring

analyzeEntitySentiment$clj

(analyzeEntitySentiment$ auth parameters body)

https://cloud.google.com/natural-language/api/reference/rest/v1/documents/analyzeEntitySentiment

Required parameters: none

Optional parameters: none

Body:

{:encodingType string, :document {:type string, :content string, :gcsContentUri string, :language 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: 

{:encodingType string,
 :document {:type string,
            :content string,
            :gcsContentUri string,
            :language string}}

Finds entities, similar to AnalyzeEntities in the text and analyzes
sentiment associated with each entity and its mentions.
sourceraw docstring

analyzeSentiment$clj

(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 {:type string, :content string, :gcsContentUri string, :language 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 {:type string,
            :content string,
            :gcsContentUri string,
            :language string}}

Analyzes the sentiment of the provided text.
sourceraw docstring

analyzeSyntax$clj

(analyzeSyntax$ auth parameters body)

https://cloud.google.com/natural-language/api/reference/rest/v1/documents/analyzeSyntax

Required parameters: none

Optional parameters: none

Body:

{:encodingType string, :document {:type string, :content string, :gcsContentUri string, :language 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: 

{:encodingType string,
 :document {:type string,
            :content string,
            :gcsContentUri string,
            :language string}}

Analyzes the syntax of the text and provides sentence boundaries and
tokenization along with part of speech tags, dependency trees, and other
properties.
sourceraw docstring

annotateText$clj

(annotateText$ auth parameters body)

https://cloud.google.com/natural-language/api/reference/rest/v1/documents/annotateText

Required parameters: none

Optional parameters: none

Body:

{:encodingType string, :document {:type string, :content string, :gcsContentUri string, :language string}, :features {:extractEntities boolean, :classifyText boolean, :extractSyntax boolean, :extractDocumentSentiment boolean, :extractEntitySentiment boolean}}

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: 

{:encodingType string,
 :document {:type string,
            :content string,
            :gcsContentUri string,
            :language string},
 :features {:extractEntities boolean,
            :classifyText boolean,
            :extractSyntax boolean,
            :extractDocumentSentiment boolean,
            :extractEntitySentiment boolean}}

A convenience method that provides all the features that analyzeSentiment,
analyzeEntities, and analyzeSyntax provide in one call.
sourceraw docstring

classifyText$clj

(classifyText$ auth parameters body)

https://cloud.google.com/natural-language/api/reference/rest/v1/documents/classifyText

Required parameters: none

Optional parameters: none

Body:

{:document {:type string, :content string, :gcsContentUri string, :language 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 {:type string,
            :content string,
            :gcsContentUri string,
            :language string}}

Classifies a document into categories.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close