Skip to content

Commit 996d6b3

Browse files
Merge pull request #1684 from renaaliu/patch-6
Update ga-preview-mapping.md
2 parents cf15e35 + 449ffb4 commit 996d6b3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/ai-services/language-service/named-entity-recognition/concepts/ga-preview-mapping.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Version-based API mapping
2+
title: Version-based API mapping for entity types and tags
33
titleSuffix: Azure AI services
44
description: Learn about the differences between NER API versions.
55
#services: cognitive-services
@@ -12,9 +12,11 @@ ms.author: jboback
1212
ms.custom: language-service-ner, ignite-2024
1313
---
1414

15-
# Preview API changes
15+
# Entity types and tags
1616

17-
Use this article to get an overview of the new API changes starting from version `2024-11-01`. This API change mainly introduces two new concepts (`entity types` and `entity tags`) replacing the `category` and `subcategory` fields in the current Generally Available API. A detailed overview of each API parameter and the supported API versions it corresponds to can be found on the [Skill Parameters][../how-to/skill-parameters.md] page
17+
Use this article to get an overview of the new API changes starting from version `2024-11-01`. This API change mainly introduces two new concepts (`entity types` and `entity tags`) replacing the `category` and `subcategory` fields in the current Generally Available API. A detailed overview of each API parameter and the supported API versions it corresponds to can be found on the [Skill Parameters][../how-to/skill-parameters.md] page.
18+
19+
Since an entity like “Seattle” could be classified as a City, GPE (Geo Political Entity), and a Location, the `type` attribute is used to define the most granular classification, in this case City. The `tags` attribute in the service output is a list all possible classifications (City, GPE, and Location) and their respective confidence score. A full mapping of possible tags for each type can be found below. The `metadata` attributes in the service output contains additional information about the entity, such as the integer value associated with the entity.
1820

1921
## Entity types
2022
Entity types represent the lowest (or finest) granularity at which the entity has been detected and can be considered to be the base class that has been detected.

0 commit comments

Comments
 (0)