AI-102 Question 195
Single answerYou are building a customer support chatbot that processes user input to identify sensitive information such as phone numbers, email addresses, and Social Security Numbers. You need to implement an Azure AI service to detect and redact this personally identifiable information (PII) from user messages before storing the data. Which Azure service should you use to achieve this?
- A
Azure Text Analytics
- B
Azure Form Recognizer
- C
Azure Content Moderator
- D
Azure Cognitive Search
Show answer and explanation
Correct answer: A
Explanation
The Azure Text Analytics service includes a feature for detecting and redacting personally identifiable information (PII) in text. This makes it the appropriate solution for scenarios that require identifying sensitive data like phone numbers, email addresses, or Social Security Numbers in user input.
- A. Correct.
Azure Text Analytics provides a built-in capability to detect and redact PII from text, making it the ideal choice for this scenario.
- B. Incorrect.
Azure Form Recognizer is used for extracting information from structured or semi-structured documents, such as invoices or receipts, but it does not specialize in detecting PII in free-form text.
- C. Incorrect.
Azure Content Moderator is designed to identify offensive or inappropriate content, but it does not have specific features for PII detection.
- D. Incorrect.
Azure Cognitive Search is primarily a search service for indexing and retrieving content but does not include PII detection capabilities.