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/v2/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/v2/documents
raw docstring

analyzeEntities$clj

(analyzeEntities$ auth parameters body)

https://cloud.google.com/natural-language/api/reference/rest/v2/documents/analyzeEntities

Required parameters: none

Optional parameters: none

Body:

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

Finds named entities (currently proper names and common nouns) in the text along with entity types, probability, mentions for each entity, and other properties.

https://cloud.google.com/natural-language/api/reference/rest/v2/documents/analyzeEntities

Required parameters: none

Optional parameters: none

Body: 

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

Finds named entities (currently proper names and common nouns) in the text along with entity types, probability, mentions for each entity, and other properties.
sourceraw docstring

analyzeSentiment$clj

(analyzeSentiment$ auth parameters body)

https://cloud.google.com/natural-language/api/reference/rest/v2/documents/analyzeSentiment

Required parameters: none

Optional parameters: none

Body:

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

Analyzes the sentiment of the provided text.

https://cloud.google.com/natural-language/api/reference/rest/v2/documents/analyzeSentiment

Required parameters: none

Optional parameters: none

Body: 

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

Analyzes the sentiment of the provided text.
sourceraw docstring

annotateText$clj

(annotateText$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:document {:type string, :languageCode string, :content string, :gcsContentUri string}, :encodingType string, :features {:extractEntities boolean, :extractDocumentSentiment boolean, :moderateText boolean, :classifyText boolean}}

A convenience method that provides all features in one call.

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

Required parameters: none

Optional parameters: none

Body: 

{:document {:type string,
            :languageCode string,
            :content string,
            :gcsContentUri string},
 :encodingType string,
 :features {:extractEntities boolean,
            :extractDocumentSentiment boolean,
            :moderateText boolean,
            :classifyText boolean}}

A convenience method that provides all features in one call.
sourceraw docstring

classifyText$clj

(classifyText$ auth parameters body)

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

Required parameters: none

Optional parameters: none

Body:

{:document {:type string, :languageCode string, :content string, :gcsContentUri string}}

Classifies a document into categories.

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

Required parameters: none

Optional parameters: none

Body: 

{:document {:type string,
            :languageCode string,
            :content string,
            :gcsContentUri string}}

Classifies a document into categories.
sourceraw docstring

moderateText$clj

(moderateText$ auth parameters body)

https://cloud.google.com/natural-language/api/reference/rest/v2/documents/moderateText

Required parameters: none

Optional parameters: none

Body:

{:document {:type string, :languageCode string, :content string, :gcsContentUri string}}

Moderates a document for harmful and sensitive categories.

https://cloud.google.com/natural-language/api/reference/rest/v2/documents/moderateText

Required parameters: none

Optional parameters: none

Body: 

{:document {:type string,
            :languageCode string,
            :content string,
            :gcsContentUri string}}

Moderates a document for harmful and sensitive categories.
sourceraw docstring

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

× close