正解:C
According to the AI-900 study guide and Microsoft Learn module "Identify features of natural language processing workloads", Natural Language Processing (NLP) enables computers to understand, interpret, and generate human language. Tasks such as extracting key terms, summarizing documents, identifying topics, or determining sentiment fall under NLP workloads.
In this question, you have insurance claim reports stored as text, and you need to extract key terms to generate summaries. This matches the Text Analytics service in Azure Cognitive Services, which uses NLP techniques such as key phrase extraction to identify important concepts within textual data.
The other options are incorrect because:
* A. Conversational AI focuses on chatbots or dialogue systems.
* B. Anomaly detection identifies unusual data patterns, not textual meaning.
* D. Computer vision processes image or video content, not text.
Therefore, extracting key terms from documents is a clear example of Natural Language Processing.
Reference:Microsoft Learn - Identify features of Natural Language Processing (NLP) workloads