Cloud NiFi Processors
  • Calculated Systems NiFi Processors
  • Amazon Web Services
    • Comprehend API
      • DetectDominantLanguage Processor
      • DetectKeyPhrases Processor
      • DetectEntities Processor
        • Entity Types
      • DetectSentiment Processor
      • DetectSyntax Processor
    • Textract API
      • DetectDocumentText Processor
      • AnalyzeDocument Processor
      • Block Types
  • Google Cloud Platform
    • Natural Language API
      • AnalyzeSyntax Processor
      • AnalyzeEntities Processor
      • AnalyzeSentiment Processor
      • AnalyzeEntitiesWithSentiment Processor
      • ClassifyText Processor
      • AnnotateText Processor
      • Entity Types
      • The Metadata Field
Powered by GitBook
On this page

Was this helpful?

  1. Google Cloud Platform
  2. Natural Language API

Entity Types

Part of the GCP Natural Language processor family

This page pertains to information returned from the AnalyzeEntitiesWithSentiment, AnalyzeEntities, and AnnotateText processors.

Every entity returned from GCP's Natural Language API can take a type, which identifies what kind of thing the API thinks the text represents. They are represented as a string whose value is that which is present in the Identifier field of the following table.

Identifier

Description

ADDRESS

Identifies the street number and locality, plus whichever additional elements appear in the text

CONSUMER_GOOD

A consumer product

DATE

Identifies the components of a date

EVENT

An event

LOCATION

A location (not to be confused with an address)

NUMBER

A numerical value

ORGANIZATION

A large organization, such as a government

OTHER

An entity the API couldn't categorize into anything else

PERSON

An individual or name

PHONE_NUMBER

A phone number, formatted according to local convention

PRICE

UNKNOWN

UNRECOGNIZED

WORK_OF_ART

PreviousAnnotateText ProcessorNextThe Metadata Field

Last updated 5 years ago

Was this helpful?