hiexam
microsoft · AI-102 · Q319 · code_completion · azure_cognitive_search, entity_recognition, code_configuration

Complete the code snippet to correctly configure an Azure Cognitive Search skill for entity recognition, ensuring the '…

Complete the code snippet to correctly configure an Azure Cognitive Search skill for entity recognition, ensuring the 'categories' include `Locations`, `Persons`, and `Organizations`.
{
  "@odata.type": "#Microsoft.Skills.Text.EntityRecognitionSkill",
  "categories": {{slot1}},
  "defaultLanguageCode": "en",
  "includeTypelessEntities": true,
  "minimumPrecision": 0.7,
  "inputs": [
    {
      "name": "text",
      "source": "/document/content"
    }
  ],
  "outputs": [
    {"name": "persons", "targetName": "people"},
    {"name": "locations", "targetName": "locations"},
    {"name": "organizations", "targetName": "organizations"}
  ]
}
Correct slot values

Answer hidden

Unlock AI-102

First 5 questions of every exam are free. Unlock the rest.

Includes
  • · All — questions
  • · Verified answers + AI explanations
  • · Spaced-repetition mistake notebook
  • · Phone, tablet, laptop sync

One-time payment. Doesn't auto-renew. · Already paid? Sign in