integrations.sh
← all integrations

googleapis.com – language

OpenAPI apis-guru analyticsmedia

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.languageDocumentsAnalyzeEntities

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

  • documents.languageDocumentsAnalyzeEntitySentiment

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

  • documents.languageDocumentsAnalyzeSentiment

    Analyzes the sentiment of the provided text.

  • documents.languageDocumentsAnalyzeSyntax

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

  • documents.languageDocumentsAnnotateText

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

  • documents.languageDocumentsClassifyText

    Classifies a document into categories.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools