@@ -12,19 +12,99 @@ ms.author: aahi
12
12
13
13
## Personal information entity types:
14
14
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
+
15
37
### Phone Number
16
38
17
- Phone numbers.
39
+ Phone numbers (US Phone numbers only) .
18
40
19
41
Languages:
20
42
21
43
* Public preview: ` English `
22
44
23
45
| Subtype name | Description |
24
46
| ------------------------| -------------------------------------------------------|
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 ` |
28
108
29
109
### EU GPS Coordinates
30
110
0 commit comments