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.V1Assembly
Google.Cloud.Language.V1.dll
Fields |
|
---|---|
Name | Description |
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> – street number</li> <li><code>locality</code> – city or town</li> <li><code>street_name</code> – street/route name, if detected</li> <li><code>postal_code</code> – postal code, if detected</li> <li><code>country</code> – country, if detected</li> <li><code>broad_region</code> – administrative area, such as the state, if detected</li> <li><code>narrow_region</code> – smaller administrative area, such as county, if detected</li> <li><code>sublocality</code> – 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> – four digit year, if detected</li> <li><code>month</code> – two digit month number, if detected</li> <li><code>day</code> – 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> – the actual number, broken down into sections as per local convention</li> <li><code>national_prefix</code> – country code, if detected</li> <li><code>area_code</code> – region or area code, if detected</li> <li><code>extension</code> – 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 |