Skip to content

Commit a4c9b08

Browse files
author
Luis Cabrera
authored
Update cognitive-search-skill-textmerger.md
1 parent 747adbf commit a4c9b08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/cognitive-search-skill-textmerger.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: luisca
1818
The **Text Merge** skill consolidates text from a collection of fields into a single field.
1919

2020
## @odata.type
21-
Microsoft.Skills.Util.TextMerger
21+
Microsoft.Skills.Text.MergeSkill
2222

2323
## Skill parameters
2424

@@ -97,7 +97,7 @@ The following example skillset uses the OCR skill to extract text from images em
9797
]
9898
},
9999
{
100-
"@odata.type": "#Microsoft.Skills.Util.TextMerger",
100+
"@odata.type": "#Microsoft.Skills.Text.MergeSkill",
101101
"description": "Create merged_text, which includes all the textual representation of each image inserted at the right location in the content field.",
102102
"context": "/document",
103103
"insertPreTag": " ",
@@ -140,4 +140,4 @@ The example above assumes that a normalized-images field exists. To get normaliz
140140

141141
+ [Predefined skills](cognitive-search-predefined-skills.md)
142142
+ [How to define a skillset](cognitive-search-defining-skillset.md)
143-
+ [Create Indexer (REST)](https://docs.microsoft.com/rest/api/searchservice/create-indexer)
143+
+ [Create Indexer (REST)](https://docs.microsoft.com/rest/api/searchservice/create-indexer)

0 commit comments

Comments
 (0)