AI-900 · Question #242
Which Azure Cognitive Services service can be used to identify documents that contain sensitive information?
The correct answer is C. Form Recognizer. Azure AI Document Intelligence (formerly Form Recognizer) can be used to identify sensitive information by extracting structured data from documents.
Question
Options
- ACustom Vision
- BConversational Language Understanding
- CForm Recognizer
How the community answered
(59 responses)- A3% (2)
- B5% (3)
- C92% (54)
Why each option
Azure AI Document Intelligence (formerly Form Recognizer) can be used to identify sensitive information by extracting structured data from documents.
Azure AI Custom Vision is used for image classification and object detection tasks, not for analyzing text content in documents.
Azure AI Language service, specifically Conversational Language Understanding, is for understanding user intent and entities in conversational inputs, not for extracting structured data from documents to identify sensitive information.
Azure AI Document Intelligence (formerly Form Recognizer) is designed to extract structured data from documents, including key-value pairs, tables, and specific fields, which can then be analyzed programmatically to identify sensitive information like personally identifiable information (PII) or financial data based on custom rules or pre-built models.
Concept tested: Identifying sensitive information in documents with Azure AI services
Source: https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/overview
Topics
Community Discussion
No community discussion yet for this question.