Skip to content

Commit 85c99c6

Browse files
authored
Update cognitive-search-skill-entity-recognition.md
Updated to match the naming convention suggested by Marketing.
1 parent 1932ab9 commit 85c99c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/search/cognitive-search-skill-entity-recognition.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Entity Recognition cognitive skill
2+
title: Entity Recognition cognitive skill (v2)
33
titleSuffix: Azure Cognitive Search
44
description: Extract different types of entities from text in an enrichment pipeline in Azure Cognitive Search.
55

66
author: LiamCavanagh
77
ms.author: liamca
88
ms.service: cognitive-search
99
ms.topic: reference
10-
ms.date: 09/24/2021
10+
ms.date: 08/17/2022
1111
---
1212

13-
# Entity Recognition cognitive skill
13+
# Entity Recognition cognitive skill (v2)
1414

15-
The **Entity Recognition** skill extracts entities of different types from text. This skill uses the machine learning models provided by [Text Analytics](../cognitive-services/text-analytics/overview.md) in Cognitive Services.
15+
The **Entity Recognition** skill (v2) extracts entities of different types from text. This skill uses the machine learning models provided by [Text Analytics](../cognitive-services/text-analytics/overview.md) in Cognitive Services.
1616

1717
> [!IMPORTANT]
18-
> The Entity Recognition skill is now discontinued replaced by [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md). Follow the recommendations in [Deprecated cognitive search skills](cognitive-search-skill-deprecated.md) to migrate to a supported skill.
18+
> The Entity Recognition skill (v2) (**Microsoft.Skills.Text.EntityRecognitionSkill**) is now discontinued replaced by [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md). Follow the recommendations in [Deprecated cognitive search skills](cognitive-search-skill-deprecated.md) to migrate to a supported skill.
1919
2020
> [!NOTE]
2121
> As you expand scope by increasing the frequency of processing, adding more documents, or adding more AI algorithms, you will need to [attach a billable Cognitive Services resource](cognitive-search-attach-cognitive-services.md). Charges accrue when calling APIs in Cognitive Services, and for image extraction as part of the document-cracking stage in Azure Cognitive Search. There are no charges for text extraction from documents.
@@ -194,4 +194,4 @@ If the language code for the document is unsupported, a warning is returned and
194194

195195
+ [Built-in skills](cognitive-search-predefined-skills.md)
196196
+ [How to define a skillset](cognitive-search-defining-skillset.md)
197-
+ [Entity Recognition Skill (V3)](cognitive-search-skill-entity-recognition-v3.md)
197+
+ [Entity Recognition Skill (V3)](cognitive-search-skill-entity-recognition-v3.md)

0 commit comments

Comments
 (0)