We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83eb41 commit 584ff30Copy full SHA for 584ff30
articles/cognitive-services/text-analytics/includes/quickstarts/csharp-sdk.md
@@ -267,7 +267,6 @@ Create a new function called `EntityRecognitionExample()` that takes the client
267
268
```csharp
269
static void EntityRecognitionExample(TextAnalyticsClient client)
270
-static void EntityRecognitionExample(TextAnalyticsClient client)
271
{
272
var response = client.RecognizeEntities("I had a wonderful trip to Seattle last week.");
273
Console.WriteLine("Named Entities:");
0 commit comments