Skip to content

Commit df04dc4

Browse files
authored
Merge pull request #101313 from LuisCabrer/patch-79
Fixed copy/paste error
2 parents 8ca3f39 + fde180d commit df04dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-skill-language-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Language detection leverages Bing's natural language processing libraries, which
2828
Microsoft.Skills.Text.LanguageDetectionSkill
2929

3030
## Data limits
31-
The maximum size of a record should be 50,000 characters as measured by [`String.Length`](https://docs.microsoft.com/dotnet/api/system.string.length). If you need to break up your data before sending it to the sentiment analyzer, you may use the [Text Split skill](cognitive-search-skill-textsplit.md).
31+
The maximum size of a record should be 50,000 characters as measured by [`String.Length`](https://docs.microsoft.com/dotnet/api/system.string.length). If you need to break up your data before sending it to the language detection skill, you may use the [Text Split skill](cognitive-search-skill-textsplit.md).
3232

3333
## Skill inputs
3434

0 commit comments

Comments
 (0)