googleapis.com – language
Provides natural language understanding technologies, such as sentiment analysis, entity recognition, entity sentiment analysis, and other text annotations, to developers.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:language/v1.json
- Provider
- googleapis.com:language / language
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/language/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/language/v1/openapi.yaml
Tools (8)
Extracted live via the executor SDK.
-
documents.languageDocumentsAnalyzeEntitiesFinds named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties.
-
documents.languageDocumentsAnalyzeEntitySentimentFinds entities, similar to AnalyzeEntities in the text and analyzes sentiment associated with each entity and its mentions.
-
documents.languageDocumentsAnalyzeSentimentAnalyzes the sentiment of the provided text.
-
documents.languageDocumentsAnalyzeSyntaxAnalyzes the syntax of the text and provides sentence boundaries and tokenization along with part of speech tags, dependency trees, and other properties.
-
documents.languageDocumentsAnnotateTextA convenience method that provides all the features that analyzeSentiment, analyzeEntities, and analyzeSyntax provide in one call.
-
documents.languageDocumentsClassifyTextClassifies a document into categories.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools