Designing and Implementing a Microsoft Azure AI Solution — Question 67

You have an Azure subscription.

You need to deploy an Azure AI Search resource that will recognize geographic locations.

Which built-in skill should you include in the skillset for the resource?

Answer options

Correct answer: C

Explanation

The correct answer is C, EntityRecognitionSkill, as it is specifically designed to identify and classify entities, including geographic locations. The other options, such as AzureOpenAIEmbeddingSkill and DocumentExtractionSkill, do not focus on entity recognition, while EntityLinkingSkill is used for connecting identified entities to external knowledge bases rather than recognizing them.