Enum Entity.Types.Type (2.3.0)

public enum Type

The type of the entity. For most entity types, the associated metadata is a Wikipedia URL (wikipedia_url) and Knowledge Graph MID (mid). The table below lists the associated fields for entities that have different metadata.

Namespace

Google.Cloud.Language.V1

Assembly

Google.Cloud.Language.V1.dll

Fields

NameDescription
Address

Address<br><br> The metadata identifies the street number and locality plus whichever additional elements appear in the text:<ul> <li><code>street_number</code> &ndash; street number</li> <li><code>locality</code> &ndash; city or town</li> <li><code>street_name</code> &ndash; street/route name, if detected</li> <li><code>postal_code</code> &ndash; postal code, if detected</li> <li><code>country</code> &ndash; country, if detected</li> <li><code>broad_region</code> &ndash; administrative area, such as the state, if detected</li> <li><code>narrow_region</code> &ndash; smaller administrative area, such as county, if detected</li> <li><code>sublocality</code> &ndash; used in Asian addresses to demark a district within a city, if detected</li></ul>

ConsumerGood

Consumer product

Date

Date<br><br> The metadata identifies the components of the date:<ul> <li><code>year</code> &ndash; four digit year, if detected</li> <li><code>month</code> &ndash; two digit month number, if detected</li> <li><code>day</code> &ndash; two digit day number, if detected</li></ul>

Event

Event

Location

Location

Number

Number<br><br> The metadata is the number itself.

Organization

Organization

Other

Other types of entities

Person

Person

PhoneNumber

Phone number<br><br> The metadata lists the phone number, formatted according to local convention, plus whichever additional elements appear in the text:<ul> <li><code>number</code> &ndash; the actual number, broken down into sections as per local convention</li> <li><code>national_prefix</code> &ndash; country code, if detected</li> <li><code>area_code</code> &ndash; region or area code, if detected</li> <li><code>extension</code> &ndash; phone extension (to be dialed after connection), if detected</li></ul>

Price

Price<br><br> The metadata identifies the <code>value</code> and <code>currency</code>.

Unknown

Unknown

WorkOfArt

Artwork