Skip to content

Commit 4ecb212

Browse files
authored
Merge pull request #26 from ashly1yeo/patch-29
Added 7 new and updated one PII types
2 parents da0c0aa + 397a3b1 commit 4ecb212

File tree

1 file changed

+84
-4
lines changed

1 file changed

+84
-4
lines changed

articles/cognitive-services/text-analytics/includes/entity-types/personal-information-entities.md

Lines changed: 84 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,99 @@ ms.author: aahi
1212

1313
## Personal information entity types:
1414

15+
### Person
16+
Recognize person names in text.
17+
18+
Languages:
19+
* Public preview: `English`
20+
21+
| Subtype name | Description |
22+
|--------------|-------------------------|
23+
| N/A | Recognized names, for example `Bill Gates`, `Marie Curie` * Available starting with model version `2020-02-01`|
24+
25+
### Organization
26+
27+
Recognize organizations, corporations, agencies, companies, clubs and other groups of people.
28+
29+
Languages:
30+
31+
* Public preview: `English`
32+
33+
| Subtype name | Description |
34+
|--------------|--------------------------------------------------------------------------------------------------|
35+
| N/A | organizations, for example `Microsoft`, `NASA`, `National Oceanic and Atmospheric Administration` * Available starting with model version `2020-02-01`|
36+
1537
### Phone Number
1638

17-
Phone numbers.
39+
Phone numbers (US Phone numbers only).
1840

1941
Languages:
2042

2143
* Public preview: `English`
2244

2345
| Subtype name | Description |
2446
|------------------------|-------------------------------------------------------|
25-
| N/A | Phone numbers, for example `+1 123-123-123`. |
26-
| EU Phone number | Phone numbers specific to the European union. |
27-
| EU Mobile Phone number | Mobile phone numbers specific to the European union. |
47+
| N/A | US phone numbers, for example `(312) 555-0176` * Available starting with model version `2020-02-01` |
48+
49+
### Email
50+
51+
Email address.
52+
53+
Languages:
54+
55+
* Public preview: `English`
56+
57+
| Subtype name | Description |
58+
|----------|----------------------------------------------|
59+
| N/A | Email address, for example `[email protected]` * Available starting with model version `2020-02-01` |
60+
61+
### URL
62+
63+
Internet URLs.
64+
65+
Languages:
66+
67+
* Public preview: `English`
68+
69+
| Subtype name | Description |
70+
|----------|-------------------------------------------------------|
71+
| N/A | URLs to websites, for example `https://www.bing.com` * Available starting with model version `2020-02-01` |
72+
73+
### IP Address
74+
75+
Internet Protocol Address
76+
77+
Languages:
78+
79+
* Public preview: `English`
80+
81+
| Subtype name | Description |
82+
|----------|-------------------------------------------------------|
83+
| N/A | Network address for example `10.0.0.101` * Available starting with model version `2020-02-01` |
84+
85+
### Quantity
86+
87+
Numeric quantities
88+
89+
Languages:
90+
91+
* Public preview: `English`
92+
93+
| Subtype name | Description |
94+
|----------|-------------------------------------------------------|
95+
| Age | `90 days old`, `30 years old` * Available starting with model version `2020-02-01` |
96+
97+
### DateTime
98+
99+
Date and Time entities
100+
101+
Languages:
102+
103+
* Public preview: `English`
104+
105+
| Subtype name | Description |
106+
|----------|-------------------------------------------------------|
107+
| Date | `May 2nd, 2017`, `05/02/2017` * Available starting with model version `2020-02-01` |
28108

29109
### EU GPS Coordinates
30110

0 commit comments

Comments
 (0)