Skip to content

Commit 538f21b

Browse files
committed
Initial Commit
1 parent 0e5316b commit 538f21b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/ai-services/language-service/named-entity-recognition/concepts/entity-resolutions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ ms.custom: language-service-ner
1616

1717
A resolution is a standard format for an entity. Entities can be expressed in various forms and resolutions provide standard predictable formats for common quantifiable types. For example, "eighty" and "80" should both resolve to the integer `80`.
1818

19-
You can use NER resolutions to implement actions or retrieve further information. For example, your service can extract datetime entities to extract dates and times that will be provided to a meeting scheduling system.
19+
You can use NER resolutions to implement actions or retrieve further information. For example, your service can extract datetime entities to extract dates and times that will be provided to a meeting scheduling system.
20+
21+
> [!IMPORTANT]
22+
> This page no longer refers to the latest API.
2023
2124
> [!NOTE]
2225
> Entity resolution responses are only supported starting from **_api-version=2022-10-01-preview_** and **_"modelVersion": "2022-10-01-preview"_**.
2326
27+
2428
This article documents the resolution objects returned for each entity category or subcategory.
2529

2630
## Age

articles/ai-services/language-service/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ items:
282282
items:
283283
- name: Recognized entity categories
284284
href: named-entity-recognition/concepts/named-entity-categories.md
285-
- name: Entity resolution
286-
href: named-entity-recognition/concepts/entity-resolutions.md
287285
- name: Entity Metadata
288286
href: named-entity-recognition/concepts/entity-metadata.md
289287
- name: Preview API overview

0 commit comments

Comments
 (0)