GCP Natural Language API Endpoint
Jump to navigation
Jump to search
A GCP Natural Language API Endpoint is a NL API endpoint within GCP Natural Language API Service.
- Context:
- It can correspond to a specific function, such as sentiment analysis, entity recognition, syntax analysis, etc. For example, some of the endpoints are:
- It can have base URL:
https://language.googleapis.com
. - …
- Example(s):
- analyzeEntities: Finds named entities in the text along with entity types, salience, mentions for each entity, and other properties.
- analyzeEntitySentiment: Finds entities 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.
- …
- Counter-Example(s):
- See: Google Cloud Platform, GCP Natural Language API, Google Translate.