Cloud Natural Language API

Provides natural language understanding technologies, such as sentiment analysis, entity recognition, entity sentiment analysis, and other text annotations, to developers.

Service: language.googleapis.com

The Service name language.googleapis.com is needed to create RPC client stubs.

google.cloud.language.v1.LanguageService

Methods
AnalyzeEntities 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 Finds entities, similar to AnalyzeEntities in the text and analyzes sentiment associated with each entity and its mentions.
AnalyzeSentiment Analyzes the sentiment of the provided text.
AnalyzeSyntax Analyzes the syntax of the text and provides sentence boundaries and tokenization along with part of speech tags, dependency trees, and other properties.
AnnotateText A convenience method that provides all the features that analyzeSentiment, analyzeEntities, and analyzeSyntax provide in one call.
ClassifyText Classifies a document into categories.
ModerateText Moderates a document for harmful and sensitive categories.

google.cloud.language.v1beta2.LanguageService

Methods
AnalyzeEntities 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 Finds entities, similar to AnalyzeEntities in the text and analyzes sentiment associated with each entity and its mentions.
AnalyzeSentiment Analyzes the sentiment of the provided text.
AnalyzeSyntax Analyzes the syntax of the text and provides sentence boundaries and tokenization along with part of speech tags, dependency trees, and other properties.
AnnotateText A convenience method that provides all syntax, sentiment, entity, and classification features in one call.
ClassifyText Classifies a document into categories.
ModerateText Moderates a document for harmful and sensitive categories.

google.cloud.language.v2.LanguageService

Methods
AnalyzeEntities Finds named entities (currently proper names and common nouns) in the text along with entity types, probability, mentions for each entity, and other properties.
AnalyzeSentiment Analyzes the sentiment of the provided text.
AnnotateText A convenience method that provides all features in one call.
ClassifyText Classifies a document into categories.
ModerateText Moderates a document for harmful and sensitive categories.